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, 0 insertions, 5 deletions
diff --git a/stencil/build.sh b/stencil/build.sh
deleted file mode 100755
index 435d0b3..0000000
--- a/stencil/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-. ../config
-TARGET='stencil'
-set -x
-gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS && ./$TARGET