[MPlayer-cvslog] r22744 - trunk/TOOLS/TVout/matroxset/Makefile

diego subversion at mplayerhq.hu
Mon Mar 19 12:50:03 CET 2007


Author: diego
Date: Mon Mar 19 12:50:03 2007
New Revision: 22744

Modified:
   trunk/TOOLS/TVout/matroxset/Makefile

Log:
Simplify Makefile.


Modified: trunk/TOOLS/TVout/matroxset/Makefile
==============================================================================
--- trunk/TOOLS/TVout/matroxset/Makefile	(original)
+++ trunk/TOOLS/TVout/matroxset/Makefile	Mon Mar 19 12:50:03 2007
@@ -2,9 +2,7 @@ CFLAGS = -O2 -W -Wall
 
 all: matroxset
 
-matrox:	matroxset.o
-
-matroxset.o:	matroxset.c
-
 clean:
-	-rm *.o matroxset
+	-rm -f matroxset
+
+.PHONY: all clean



More information about the MPlayer-cvslog mailing list