From 3d1877d7feb83e089d06b9e094e2d84fc36e67dc Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Sat, 12 Oct 2024 22:16:17 -0400 Subject: [PATCH] remove map files as well --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ead41f7..baf15ff 100755 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ stage2: $(stage2_binary_files) boottest: $(boottest_binary_files) clean: + @rm -rvf *.map @rm -rvf $(build_dir)/* @rm -rvf $(iso) @rm -rvf $(isoz)