From bf1c59565096ac9774493846cfb15e259d3b0e66 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 23 Jan 2025 19:39:54 +0500 Subject: restructure --- depth/build.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 depth/build.sh (limited to 'depth/build.sh') 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 -- cgit v1.2.3