diff --git a/.gitignore b/.gitignore index 421eb6e..96a3427 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ dump.img diskwrite *.bin *.elf -*.dump \ No newline at end of file +*.dump +*.img \ No newline at end of file diff --git a/makefile b/makefile index bf3dd40..2c759d7 100644 --- a/makefile +++ b/makefile @@ -23,5 +23,6 @@ init: clean: @rm diskwrite + @rm image.bin @rm -rf bin/ @rm -rf mount/ \ No newline at end of file