summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-25 12:41:41 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-25 12:41:41 +0000
commit036ab241e52b355258d8c9d2daaa70b54420f76b (patch)
treee985ed140865b7117d2467e17d1013fb1482d0f0
parent8be6dac8dcdacf763485751a63c299c0176960a9 (diff)
Also remove seek_test upon clean.
Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9fa5e72712..29f9f2a8bd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -80,8 +80,8 @@ seek_test$(EXESUF): seek_test.c $(LIBAV)
$(CC) $(LDFLAGS) $(CFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -o $@ $< $(SRC_PATH)/libavformat/libavformat.a $(SRC_PATH)/libavcodec/libavcodec.a $(SRC_PATH)/libavutil/libavutil.a $(EXTRALIBS)
distclean clean:
- rm -rf vsynth1 vsynth2 data
- rm -f asynth1.sw *~ audiogen$(EXESUF) videogen$(EXESUF) rotozoom$(EXESUF) tiny_psnr$(EXESUF)
+ rm -rf vsynth1 vsynth2 data asynth1.sw *~
+ rm -f $(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr)
.PHONY: all fulltest test codectest libavtest test-server seektest
.PHONY: mpeg4 mpeg ac3 snow snowll distclean clean