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