fe/build.sh

3 lines
84 B
Bash
Raw Permalink Normal View History

2019-04-09 20:54:44 +02:00
#!/bin/bash
gcc src/fe.c -DFE_STANDALONE -O3 -o fe -Wall -Wextra -std=c89 -pedantic