diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-19 11:50:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-19 11:50:03 +0000 |
commit | 25cfa15b4b26a1f37977f152e2199d8ad887ce9a (patch) | |
tree | 0895f8b13227ae72f19310203db78a864b0816d7 /TOOLS/TVout | |
parent | 4fb6bd28434741070bd0e65301251967ec3d85db (diff) | |
download | mpv-25cfa15b4b26a1f37977f152e2199d8ad887ce9a.tar.bz2 mpv-25cfa15b4b26a1f37977f152e2199d8ad887ce9a.tar.xz |
Simplify Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/TVout')
-rw-r--r-- | TOOLS/TVout/matroxset/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
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 |