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