diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 0ebef17924..4c45907462 100644 --- a/Makefile.target +++ b/Makefile.target @@ -326,7 +326,7 @@ qemu-monitor.h: $(SRC_PATH)/qemu-monitor.hx clean: rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o - rm -f *.d */*.d tcg/*.o + rm -f *.d */*.d tcg/*.o ide/*.o rm -f qemu-options.h qemu-monitor.h gdbstub-xml.c install: all |