Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-03-13 16:51:52 +0300
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-03-13 16:51:52 +0300
commit90a30ad59ff9295480d3d167727df97fbc9d7726 (patch)
treefd5aeb422e67d496bb0be5a1d83c31d231acda0b /Makefile
parent923ed9748ce6cb91c1a25928efc746b6b77fccb7 (diff)
Add "testclean" target to .PHONY
Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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