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