fe/build.sh

3 lines
84 B
Bash
Executable File

#!/bin/bash
gcc src/fe.c -DFE_STANDALONE -O3 -o fe -Wall -Wextra -std=c89 -pedantic