mpv/TOOLS/TVout/matroxset/Makefile

9 lines
83 B
Makefile

CFLAGS = -O2 -W -Wall
all: matroxset
clean:
-rm -f matroxset
.PHONY: all clean