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