summaryrefslogtreecommitdiff
path: root/depth/build.sh
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-19 17:33:44 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-19 17:33:44 +0500
commitbd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 (patch)
tree9e69f473c34b53e9e57d8af1873c39698bf5c80e /depth/build.sh
initial commit
Diffstat (limited to 'depth/build.sh')
-rwxr-xr-xdepth/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/depth/build.sh b/depth/build.sh
new file mode 100755
index 0000000..961ce78
--- /dev/null
+++ b/depth/build.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+. ../config
+set -x
+gcc -o depth $CFLAGS $INCLUDE $LFLAGS depth.c $LIBS && ./depth