remove map files as well

This commit is contained in:
2024-10-12 22:16:17 -04:00
parent bd40d6d324
commit 0983ec3fd5

View File

@@ -25,6 +25,7 @@ stage2: $(stage2_binary_files)
boottest: $(boottest_binary_files) boottest: $(boottest_binary_files)
clean: clean:
@rm -rvf *.map
@rm -rvf $(build_dir)/* @rm -rvf $(build_dir)/*
@rm -rvf $(iso) @rm -rvf $(iso)
@rm -rvf $(isoz) @rm -rvf $(isoz)