Added `build.sh`

This commit is contained in:
rxi 2019-04-09 19:54:44 +01:00
parent cfe843b00c
commit 8e4ab6b593
1 changed files with 2 additions and 0 deletions

2
build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
gcc src/fe.c -DFE_STANDALONE -O3 -o fe -Wall -Wextra -std=c89 -pedantic