aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-08-24 21:35:46 +0000
committerMax Horn2002-08-24 21:35:46 +0000
commited4fa74fd5aa9ca8b4b23786271d8dd65284e8fd (patch)
tree6598ee0daeeba3568cfdcb16dd04caf808649050
parent054f1fa69bd17b99cd0b3ecd610d3702d8ef2d02 (diff)
downloadscummvm-rg350-ed4fa74fd5aa9ca8b4b23786271d8dd65284e8fd.tar.gz
scummvm-rg350-ed4fa74fd5aa9ca8b4b23786271d8dd65284e8fd.tar.bz2
scummvm-rg350-ed4fa74fd5aa9ca8b4b23786271d8dd65284e8fd.zip
update clean target for smush files
svn-id: r4831
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ccab31c00f..9f8763903b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -64,7 +64,7 @@ simon/libsimon.a: $(SIMON_OBJS)
$(RANLIB) $@
clean:
- $(RM) $(OBJS) $(SCUMM_OBJS) $(SIMON_OBJS) scummvm$(EXEEXT)
+ $(RM) $(OBJS) $(SCUMM_OBJS) $(SIMON_OBJS) $(SMUSH_OBJS) scummvm$(EXEEXT)
.PHONY: all clean dist distclean