From 512be65a4331f0b0d80fc78294df14d7a66c1c1c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 11 Mar 2021 01:50:45 -0500 Subject: new make targets: total-destroy and testinitrd --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index ce5b47d..c7eb91a 100644 --- a/Makefile +++ b/Makefile @@ -365,3 +365,11 @@ testinitrd: make install ./src/mkinitramfs-samizdat make -C partitions clean emu + +total-destroy: + make -C partitions total-destroy + +testinitrd: + make install + ./src/mkinitramfs-samizdat + make -C partitions clean emu -- cgit v1.2.3