From: Reimar Döffinger Date: Fri, 13 Mar 2009 13:51:52 +0000 (+0000) Subject: Add "testclean" target to .PHONY X-Git-Tag: v0.6~5365 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=90a30ad59ff9295480d3d167727df97fbc9d7726;ds=sidebyside Add "testclean" target to .PHONY Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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