fe/build.bat

8 lines
149 B
Batchfile

@echo off
rem download this:
rem https://nuwen.net/mingw.html
gcc src/fe.c -DFE_STANDALONE -O3 -o fe -Wall -Wextra -std=c89 -pedantic
strip fe.exe