Fix elf files not being affected my make clean
This commit is contained in:
parent
5100d1d84e
commit
50b98bf7af
3
Makefile
3
Makefile
@ -36,8 +36,7 @@ fd%.img: $(DISTFILES) $(SYS)
|
|||||||
$(SYS) $@ $(KERNEL)
|
$(SYS) $@ $(KERNEL)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.com *.bs *.0 *.lst *.img *.bin *.hex
|
rm -f *.com *.bs *.0 *.lst *.img *.bin *.hex *.elf
|
||||||
rm -f host/*.elf
|
|
||||||
|
|
||||||
qemu: fd$(FLOPPY).img
|
qemu: fd$(FLOPPY).img
|
||||||
qemu-system-i386 $(shell test -w /dev/kvm && echo --enable-kvm) $(shell test -n "$DISPLAY" || echo --display curses) -boot a -drive file=fd$(FLOPPY).img,format=raw,index=0,if=floppy
|
qemu-system-i386 $(shell test -w /dev/kvm && echo --enable-kvm) $(shell test -n "$DISPLAY" || echo --display curses) -boot a -drive file=fd$(FLOPPY).img,format=raw,index=0,if=floppy
|
||||||
|
Loading…
Reference in New Issue
Block a user