Commit 3e4134f6 authored by Diego Biurrun's avatar Diego Biurrun

Also remove cws2fws on clean.

Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4d15aae1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment