diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..0ac987e --- /dev/null +++ b/build.bat @@ -0,0 +1,7 @@ +@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