[MPlayer-cvslog] r20040 - trunk/libswscale/Makefile
diego
subversion at mplayerhq.hu
Wed Oct 4 16:02:42 CEST 2006
Author: diego
Date: Wed Oct 4 16:02:42 2006
New Revision: 20040
Modified:
trunk/libswscale/Makefile
Log:
Remove cs_test and swscale-example on clean.
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile (original)
+++ trunk/libswscale/Makefile Wed Oct 4 16:02:42 2006
@@ -26,3 +26,6 @@
swscale-example: swscale-example.c
$(CC) $(CFLAGS) -o $@ $^ -L. -lswscale $(EXTRALIBS)
+
+clean::
+ rm -f cs_test swscale-example
More information about the MPlayer-cvslog
mailing list