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