From c55f606397fd797a1ee1bb431d9a0b1387924824 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Oct 2006 14:02:42 +0000 Subject: Remove cs_test and swscale-example on clean. Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 8eeb80d748..f75b791d1e 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -26,3 +26,6 @@ cs_test: cs_test.c swscale-example: swscale-example.c $(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS) + +clean:: + rm -f cs_test swscale-example -- cgit v1.2.3