:: commit 8c4f3ecfde9e6ceedb0f061ceea346aefd8354ff

mintsuki <mintsuki@protonmail.com> — 2020-11-29 22:45

parents: e7147188e1

misc: Make distclean Makefile target actually clean everything

diff --git a/Makefile b/Makefile
index edd9a838..1f10fe11 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ all: stage2 decompressor
 	cp stage2/stage2.map ./
 
 clean: stage2-clean decompressor-clean test-clean
-	rm -f stage2/stage2.bin.gz
+	rm -f stage2/stage2.bin.gz test/stage2.map test.hdd
 
 distclean: clean
-	rm limine-install
+	rm -f limine-install
 
 stage2:
 	$(MAKE) -C stage2 all
tab: 248 wrap: offon