From 25cfa15b4b26a1f37977f152e2199d8ad887ce9a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 19 Mar 2007 11:50:03 +0000 Subject: Simplify Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/TVout/matroxset/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'TOOLS/TVout') diff --git a/TOOLS/TVout/matroxset/Makefile b/TOOLS/TVout/matroxset/Makefile index 364b8a9e05..aab4f2f380 100644 --- a/TOOLS/TVout/matroxset/Makefile +++ b/TOOLS/TVout/matroxset/Makefile @@ -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 -- cgit v1.2.3