1 2 3 4 5 6 7 8 9 10
#!/bin/env sh if [ x"$CC" == x ]; then export CC=cc fi export CFLAGS="-Wall -Wno-multichar -g" set -x $CC $CFLAGS -o cff0 *.c