Simplify Makefile.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-19 11:50:03 +00:00
parent 4fb6bd2843
commit 25cfa15b4b
1 changed files with 3 additions and 5 deletions

View File

@ -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