diff options
Diffstat (limited to 'depth/build.sh')
-rwxr-xr-x | depth/build.sh | 4 |
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 |