diff options
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 5375cb32b7..dbceeb7f4c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -459,7 +459,7 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h $(CC) $(DEFINES) -c -o $@ $< clean: - rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o + rm -f *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe/*.o slirp/*.o fpu/*.o install: all ifneq ($(PROGS),) |