[Ffmpeg-cvslog] r7086 - trunk/Makefile

diego subversion
Wed Nov 15 03:13:11 CET 2006


Author: diego
Date: Wed Nov 15 03:13:11 2006
New Revision: 7086

Modified:
   trunk/Makefile

Log:
Also remove cws2fws on clean.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Nov 15 03:13:11 2006
@@ -211,8 +211,8 @@
 	$(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




More information about the ffmpeg-cvslog mailing list