summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-04 14:02:42 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-04 14:02:42 +0000
commitc55f606397fd797a1ee1bb431d9a0b1387924824 (patch)
tree36a13f05f049e25a095bc5c4c40815836c92a537 /libswscale/Makefile
parent69402a1073bf9a37b34b906cbd5d474acb249595 (diff)
Remove cs_test and swscale-example on clean.
Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile3
1 files changed, 3 insertions, 0 deletions
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