Fix elf files not being affected my make clean

This commit is contained in:
Nero 2023-01-01 21:41:22 +00:00
parent 5100d1d84e
commit 50b98bf7af
1 changed files with 1 additions and 2 deletions

View File

@ -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