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