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