summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorerdgeist <>2003-05-13 12:05:12 +0000
committererdgeist <>2003-05-13 12:05:12 +0000
commit866f0ad8030ea2ceea22a4d61e6ff0006546c3fa (patch)
tree54f3af1248bce246e1dd92b196b818271d21f2f6 /make.sh
Here we go
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.sh b/make.sh
new file mode 100755
index 0000000..2281f0e
--- /dev/null
+++ b/make.sh
@@ -0,0 +1,2 @@
1#! /bin/sh
2gcc -g -o Cube X11.c Movie.c Vector.c Gfx.c -I/usr/X11R6/include -L/usr/X11R6/lib -lm -lX11 -lXext