diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-13 13:51:52 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-13 13:51:52 +0000 |
commit | 90a30ad59ff9295480d3d167727df97fbc9d7726 (patch) | |
tree | fd5aeb422e67d496bb0be5a1d83c31d231acda0b /Makefile | |
parent | 923ed9748ce6cb91c1a25928efc746b6b77fccb7 (diff) | |
download | ffmpeg-90a30ad59ff9295480d3d167727df97fbc9d7726.tar.gz |
Add "testclean" target to .PHONY
Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |