mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Delete all test related files in testclean rule
Originally committed as revision 21919 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cbdcf479ce
commit
b6fa8e35f2
7
Makefile
7
Makefile
@ -126,14 +126,15 @@ uninstall-man:
|
|||||||
rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
|
rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
|
||||||
|
|
||||||
testclean:
|
testclean:
|
||||||
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~
|
rm -rf tests/vsynth1 tests/vsynth2 tests/data
|
||||||
|
rm -f $(addprefix tests/,$(CLEANSUFFIXES))
|
||||||
|
rm -f tests/seek_test$(EXESUF) tests/seek_test.o
|
||||||
|
rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
|
||||||
|
|
||||||
clean:: testclean
|
clean:: testclean
|
||||||
rm -f $(ALLPROGS) $(ALLPROGS_G)
|
rm -f $(ALLPROGS) $(ALLPROGS_G)
|
||||||
rm -f $(CLEANSUFFIXES)
|
rm -f $(CLEANSUFFIXES)
|
||||||
rm -f doc/*.html doc/*.pod doc/*.1
|
rm -f doc/*.html doc/*.pod doc/*.1
|
||||||
rm -f tests/seek_test$(EXESUF) tests/seek_test.o
|
|
||||||
rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
|
|
||||||
rm -f $(TOOLS)
|
rm -f $(TOOLS)
|
||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user