aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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