From b36bd27fbeaadcf265c0851643833f6847af02a0 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 1 Aug 2011 00:55:40 +0200 Subject: [PATCH] Rm lavfi-showfiltfmts on make testclean. --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))