summaryrefslogtreecommitdiff
path: root/advanced_lighting/1.blinn_phong/build.sh
blob: 41fb83109f4712c8de3e8319c448fcb0df350c83 (plain)
1
2
3
4
5
#!/bin/sh
. ../../config
TARGET='blinn_phong'
set -x
gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS