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