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