diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-15 02:13:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-15 02:13:11 +0000 |
commit | 3e4134f6977f564a19483e250b541deebf6253b9 (patch) | |
tree | 9e8864624e550a0588098dcf0e01833c441fe6e7 | |
parent | 4d15aae193e4eb04f26ded1491a3fcbc8585abcd (diff) | |
download | ffmpeg-3e4134f6977f564a19483e250b541deebf6253b9.tar.gz |
Also remove cws2fws on clean.
Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |