From 90a30ad59ff9295480d3d167727df97fbc9d7726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Fri, 13 Mar 2009 13:51:52 +0000 Subject: Add "testclean" target to .PHONY Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52401514d9..c032bbc931 100644 --- a/Makefile +++ b/Makefile @@ -303,4 +303,4 @@ tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS) $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS) -.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check +.PHONY: lib documentation *test regtest-* testclean swscale-error zlib-error alltools check -- cgit v1.2.3