mirror of
https://github.com/mpv-player/mpv
synced 2024-12-12 01:46:16 +00:00
d34041569e
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 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
|