#!/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