diff libswscale/Makefile @ 20034:534282370162

Remove cs_test and swscale-example on clean.
author diego
date Wed, 04 Oct 2006 14:02:42 +0000
parents 5519d7c2a460
children 4b066db32976
line wrap: on
line diff
--- a/libswscale/Makefile	Wed Oct 04 14:00:14 2006 +0000
+++ b/libswscale/Makefile	Wed Oct 04 14:02:42 2006 +0000
@@ -26,3 +26,6 @@
 
 swscale-example: swscale-example.c
 	$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
+
+clean::
+	rm -f cs_test swscale-example