Fix make clean
This commit is contained in:
parent
54149839a3
commit
d19ba03cfd
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ hdimage.img: boot/mbr.bs fdimage.img
|
|||
cat boot/mbr.bs fdimage.img >$@
|
||||
|
||||
clean:
|
||||
rm -f *.com *.bin *.rom *.img *.log *.bs *.lst programs/*.com
|
||||
rm -f $$(cat .gitignore) programs/*.com boot/*.bs
|
||||
|
||||
qemu-floppy: fdimage.img $(ROMS)
|
||||
$(QEMU) $(QEMU_ARGS) -boot c -fda fdimage.img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue