diff options
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 |