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