#!/bin/sh . ../../config TARGET='face_culling' set -x gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS