fixed partial loading bug
[bootcensus] / Makefile
index 500acb6..7e0f1b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ $(elf): $(obj)
 
 .PHONY: clean
 clean:
-       rm -f $(obj) $(bin)
+       rm -f $(obj) $(bin) floppy.img
 
 .PHONY: cleandep
 cleandep: