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 /mesh_loading_test/build.sh | |
parent | 1ee094199af9c169e1ccaa53c7b0c186c4a3639e (diff) |
restructure
Diffstat (limited to 'mesh_loading_test/build.sh')
-rwxr-xr-x | mesh_loading_test/build.sh | 5 |
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 |