mirror of
https://github.com/mpv-player/mpv
synced 2025-02-08 16:07:16 +00:00
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
|