From 036ab241e52b355258d8c9d2daaa70b54420f76b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 25 May 2007 12:41:41 +0000 Subject: [PATCH] Also remove seek_test upon clean. Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/Makefile | 4 ++-- 1 file 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