summaryrefslogtreecommitdiff
path: root/skybox/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'skybox/build.sh')
-rwxr-xr-xskybox/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/skybox/build.sh b/skybox/build.sh
new file mode 100755
index 0000000..64a00ee
--- /dev/null
+++ b/skybox/build.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+. ../config
+TARGET='skybox'
+set -x
+gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS && ./$TARGET