summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4e0755a..45db0f7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,7 +44,7 @@ stdlib.o: stdlib.c
$(CC) $(CFLAGS) -c -o stdlib.o stdlib.c
clean:
- -rm -f boot.bin kernel.bin image.bin magic.bin *.o
+ -rm -f boot.bin kernel.bin image.bin magic.bin *.o kernel.map image.tmp
run-qemu: image.bin
qemu-system-i386 -m 32 -drive "file=image.bin,if=ide,format=raw"