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