summaryrefslogtreecommitdiffstats
path: root/TVout/matroxset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TVout/matroxset/Makefile')
-rw-r--r--TVout/matroxset/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/TVout/matroxset/Makefile b/TVout/matroxset/Makefile
new file mode 100644
index 0000000000..364b8a9e05
--- /dev/null
+++ b/TVout/matroxset/Makefile
@@ -0,0 +1,10 @@
+CFLAGS = -O2 -W -Wall
+
+all: matroxset
+
+matrox: matroxset.o
+
+matroxset.o: matroxset.c
+
+clean:
+ -rm *.o matroxset