diff --git a/Makefile b/Makefile index 966fec5..221b9ac 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,7 @@ fd%.img: $(DISTFILES) $(SYS) $(SYS) $@ $(KERNEL) clean: - rm -f *.com *.bs *.0 *.lst *.img *.bin *.hex - rm -f host/*.elf + rm -f *.com *.bs *.0 *.lst *.img *.bin *.hex *.elf 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