mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
66e6aec589
commit
219a7185a0
2
Makefile
2
Makefile
|
@ -123,7 +123,7 @@ testclean:
|
||||||
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
|
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
|
||||||
|
|
||||||
clean:: testclean
|
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 doc/*.html doc/*.pod doc/*.1
|
||||||
rm -f tests/seek_test$(EXESUF)
|
rm -f tests/seek_test$(EXESUF)
|
||||||
rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
|
rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
|
||||||
|
|
Loading…
Reference in New Issue