aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/build.sh
blob: 1e2256017a7524a52f57b29d60ff5fcbaa0484f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/env sh

cd "$(dirname "$0")"

if [ x"$CC" == x ]; then
   export CC=cc
fi
export CFLAGS="-Wall -Wno-multichar -g"

set -x

$CC $CFLAGS -o cff0 *.c