diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-01 00:55:40 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-08-01 00:58:49 +0200 |
commit | b36bd27fbeaadcf265c0851643833f6847af02a0 (patch) | |
tree | cf9bfcc4e6ad66e76685996e63a2518775ddc5c6 /tests | |
parent | 940a116b1f441b90e49886bfc07e0137ae342d5a (diff) | |
download | ffmpeg-b36bd27fbeaadcf265c0851643833f6847af02a0.tar.gz |
Rm lavfi-showfiltfmts on make testclean.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 0a9e402c66..34094da2b7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -103,7 +103,7 @@ fate-list: clean:: testclean testclean: - $(RM) -r tests/vsynth1 tests/vsynth2 tests/data + $(RM) -r tests/vsynth1 tests/vsynth2 tests/data tools/lavfi-showfiltfmts$(EXESUF) $(RM) $(CLEANSUFFIXES:%=tests/%) $(RM) $(TESTTOOLS:%=tests/%$(HOSTEXESUF)) |