From 3e4134f6977f564a19483e250b541deebf6253b9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 15 Nov 2006 02:13:11 +0000 Subject: Also remove cws2fws on clean. Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4b25317b5..fb5f3742e1 100644 --- a/Makefile +++ b/Makefile @@ -211,8 +211,8 @@ clean: $(MAKE) -C tests clean $(MAKE) -C vhook clean $(MAKE) -C doc clean - rm -f *.o *.d *~ .libs gmon.out TAGS \ - $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF) qt-faststart$(EXESUF) + rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \ + output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF) # Note well: config.log is NOT removed. distclean: clean -- cgit v1.2.3