We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.sh
1 parent cfe843b commit 8e4ab6bCopy full SHA for 8e4ab6b
build.sh
@@ -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