mirror of
https://github.com/mpv-player/mpv
synced 2024-12-09 08:29:42 +00:00
c1f0f03b57
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12941 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
112 B
Makefile
11 lines
112 B
Makefile
CFLAGS = -O2 -W -Wall
|
|
|
|
all: matroxset
|
|
|
|
matrox: matroxset.o
|
|
|
|
matroxset.o: matroxset.c
|
|
|
|
clean:
|
|
-rm *.o matroxset
|