diff options
author | Max Horn | 2002-08-24 21:35:46 +0000 |
---|---|---|
committer | Max Horn | 2002-08-24 21:35:46 +0000 |
commit | ed4fa74fd5aa9ca8b4b23786271d8dd65284e8fd (patch) | |
tree | 6598ee0daeeba3568cfdcb16dd04caf808649050 | |
parent | 054f1fa69bd17b99cd0b3ecd610d3702d8ef2d02 (diff) | |
download | scummvm-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.common | 2 |
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 |