summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-26 13:43:40 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-26 13:43:40 +0000
commit2b258bbaadb191aa0cf11ac910521e05890596c7 (patch)
treee02357caa41226b91cc107138bba04ffec1e7a2c /Makefile
parentafc9aee2b46593612028c93daf9c2dd48b2f91a0 (diff)
Properly remove tools on clean.
Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16e52b833e..a71cb60149 100644
--- a/Makefile
+++ b/Makefile
@@ -256,10 +256,11 @@ clean:
$(MAKE) -C libpostproc clean
$(MAKE) -C libswscale clean
rm -f *.o *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
- output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
+ output_example$(EXESUF)
rm -f doc/*.html doc/*.pod doc/*.1
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr))
+ rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher))
rm -f vhook/*.o vhook/*~ vhook/*.so vhook/*.dylib vhook/*.dll
distclean: clean