summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/Makefile')
-rwxr-xr-xDemo/sgi/video/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Demo/sgi/video/Makefile b/Demo/sgi/video/Makefile
new file mode 100755
index 0000000..266ea52
--- /dev/null
+++ b/Demo/sgi/video/Makefile
@@ -0,0 +1,7 @@
+all: v2i i2v
+
+v2i: v2i.o
+ $(CC) v2i.o -limage -o v2i
+
+i2v: i2v.o
+ $(CC) i2v.o -limage -o i2v