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