X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=7e0f1b02dd141b81704f24256aa00ec8732af30a;hb=7fe9b061ba7556ca9617cd061d16e2bc8e040f63;hp=9117c3f830731c1255afe4112dc6fa5381d0814c;hpb=07db0aabb3ad8dbb0a3cee2d3837dd93792ae825;p=bootcensus diff --git a/Makefile b/Makefile index 9117c3f..7e0f1b0 100644 --- 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: @@ -45,4 +45,4 @@ cleandep: .PHONY: run run: $(bin) - qemu-system-i386 -fda floppy.img + qemu-system-i386 -fda floppy.img -serial file:serial.log