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