summaryrefslogtreecommitdiff
path: root/mesh_loading_test/build.sh
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-23 19:39:54 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-23 19:39:54 +0500
commitbf1c59565096ac9774493846cfb15e259d3b0e66 (patch)
tree82e8182af128580b6f38437feccba8c0f48abdc1 /mesh_loading_test/build.sh
parent1ee094199af9c169e1ccaa53c7b0c186c4a3639e (diff)
restructure
Diffstat (limited to 'mesh_loading_test/build.sh')
-rwxr-xr-xmesh_loading_test/build.sh5
1 files changed, 0 insertions, 5 deletions
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