summaryrefslogtreecommitdiff
path: root/depth/build.sh
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-23 19:39:54 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-23 19:39:54 +0500
commitbf1c59565096ac9774493846cfb15e259d3b0e66 (patch)
tree82e8182af128580b6f38437feccba8c0f48abdc1 /depth/build.sh
parent1ee094199af9c169e1ccaa53c7b0c186c4a3639e (diff)
restructure
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