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