Add "testclean" target to .PHONY

Originally committed as revision 17948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2009-03-13 13:51:52 +00:00
parent 923ed9748c
commit 90a30ad59f
1 changed files with 1 additions and 1 deletions

View File

@ -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