Fix make clean
This commit is contained in:
parent
54149839a3
commit
d19ba03cfd
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@
|
||||
*.com
|
||||
*.rom
|
||||
*.lst
|
||||
*.exe
|
||||
*.log
|
||||
|
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…
Reference in New Issue
Block a user