mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Also remove cws2fws on clean.
Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4d15aae193
commit
3e4134f697
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user