1 2 3 4 5
#!/bin/sh . ../config TARGET='mesh_loading_test' set -x gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS && ./$TARGET