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