From 1625c50f0c0e4b1c7ba01a5df5713efaf6dce606 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 3 Aug 2022 20:24:47 +0200 Subject: initial --- bootstrap/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bootstrap/build.sh (limited to 'bootstrap/build.sh') diff --git a/bootstrap/build.sh b/bootstrap/build.sh new file mode 100755 index 0000000..741f3aa --- /dev/null +++ b/bootstrap/build.sh @@ -0,0 +1,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 -- cgit v1.2.3