diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-26 14:37:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-26 14:37:14 +0000 |
commit | 219a7185a0c614eb175cf4111af12c40f4a819c8 (patch) | |
tree | 13071196de3cf1fa2e43492bed4e0010a55bf0dc /Makefile | |
parent | 66e6aec589e9837aeae0e1bf4a957a0e859b2b28 (diff) | |
download | ffmpeg-219a7185a0c614eb175cf4111af12c40f4a819c8.tar.gz |
Removing example programs is already handled by the generic clean commands,
so there is no need to remove output_example individually.
Originally committed as revision 18196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ testclean: rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ clean:: testclean - rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF) + rm -f $(ALLPROGS) $(ALLPROGS_G) rm -f doc/*.html doc/*.pod doc/*.1 rm -f tests/seek_test$(EXESUF) rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr)) |