summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-03-11 01:50:45 -0500
committerAndrew Cady <d@cryptonomic.net>2021-03-11 01:50:45 -0500
commit512be65a4331f0b0d80fc78294df14d7a66c1c1c (patch)
tree83dc753ec650892aacf225b777ea740ed55493f5
parent1d34271f07a4d8b5efd052e0dcf59ba85701b9d8 (diff)
new make targets: total-destroy and testinitrd
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce5b47d..c7eb91a 100644
--- a/Makefile
+++ b/Makefile
@@ -365,3 +365,11 @@ testinitrd:
365 make install 365 make install
366 ./src/mkinitramfs-samizdat 366 ./src/mkinitramfs-samizdat
367 make -C partitions clean emu 367 make -C partitions clean emu
368
369total-destroy:
370 make -C partitions total-destroy
371
372testinitrd:
373 make install
374 ./src/mkinitramfs-samizdat
375 make -C partitions clean emu