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