From 8e4ab6b593100de7f8ee4942fddd386ef5515c5a Mon Sep 17 00:00:00 2001 From: rxi Date: Tue, 9 Apr 2019 19:54:44 +0100 Subject: [PATCH] Added `build.sh` --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..f7d8c69 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/bin/bash +gcc src/fe.c -DFE_STANDALONE -O3 -o fe -Wall -Wextra -std=c89 -pedantic