From bf1c59565096ac9774493846cfb15e259d3b0e66 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 23 Jan 2025 19:39:54 +0500 Subject: restructure --- mesh_loading_test/build.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 mesh_loading_test/build.sh (limited to 'mesh_loading_test/build.sh') diff --git a/mesh_loading_test/build.sh b/mesh_loading_test/build.sh deleted file mode 100755 index 23ccbfa..0000000 --- a/mesh_loading_test/build.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. ../config -TARGET='mesh_loading_test' -set -x -gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS && ./$TARGET -- cgit v1.2.3