fixed clean target

svn-id: r4789
This commit is contained in:
Max Horn
2002-08-21 16:11:09 +00:00
parent ce46866403
commit 89e8bb2ccb
+1 -1
View File
@@ -44,7 +44,7 @@ simon/libsimon.a: $(SIMON_OBJS)
ranlib $@
clean:
rm -f $(OBJS) scummvm$(EXEEXT)
rm -f $(OBJS) $(SCUMM_OBJS) $(SIMON_OBJS) scummvm$(EXEEXT)
.PHONY: all clean dist