[FFmpeg-cvslog] r11945 - trunk/libavfilter/Makefile

vitor subversion
Fri Feb 15 20:21:21 CET 2008


Author: vitor
Date: Fri Feb 15 20:21:21 2008
New Revision: 11945

Log:
Add rule for make clean.

Commited in SoC by Bobby Bingham on 2007-07-15 16:16:36


Modified:
   trunk/libavfilter/Makefile

Modified: trunk/libavfilter/Makefile
==============================================================================
--- trunk/libavfilter/Makefile	(original)
+++ trunk/libavfilter/Makefile	Fri Feb 15 20:21:21 2008
@@ -14,6 +14,9 @@ OBJECTS = avfilter.o          \
 
 all: filter_test
 
+clean:
+	rm -f filter_test $(OBJECTS)
+
 filter_test: $(OBJECTS) filter_test.c
 	$(CC) $(CFLAGS) $^ -o $@ $(LIBS)
 




More information about the ffmpeg-cvslog mailing list