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