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