diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-23 19:39:54 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-23 19:39:54 +0500 |
commit | bf1c59565096ac9774493846cfb15e259d3b0e66 (patch) | |
tree | 82e8182af128580b6f38437feccba8c0f48abdc1 /depth/build.sh | |
parent | 1ee094199af9c169e1ccaa53c7b0c186c4a3639e (diff) |
restructure
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 |