From bd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 19 Jan 2025 17:33:44 +0500 Subject: initial commit --- depth/build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 depth/build.sh (limited to 'depth/build.sh') 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 -- cgit v1.2.3