mirror of https://github.com/mpv-player/mpv
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
|