mirror of https://github.com/mpv-player/mpv
Simplify Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4fb6bd2843
commit
25cfa15b4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue