aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-08-21 16:11:09 +0000
committerMax Horn2002-08-21 16:11:09 +0000
commit89e8bb2ccba11bcdbbfd4392820e81bb50487c45 (patch)
tree64e75ce0592038c8af06621f0d53c70b736e6cf7
parentce46866403fdcc479cf9d67e4d430409b15dadc3 (diff)
downloadscummvm-rg350-89e8bb2ccba11bcdbbfd4392820e81bb50487c45.tar.gz
scummvm-rg350-89e8bb2ccba11bcdbbfd4392820e81bb50487c45.tar.bz2
scummvm-rg350-89e8bb2ccba11bcdbbfd4392820e81bb50487c45.zip
fixed clean target
svn-id: r4789
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 6fe2133ff4..29ec920146 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -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