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