Skip to content

Commit 8e4ab6b

Browse files
committed
Added build.sh
1 parent cfe843b commit 8e4ab6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
gcc src/fe.c -DFE_STANDALONE -O3 -o fe -Wall -Wextra -std=c89 -pedantic

0 commit comments

Comments
 (0)