Added build.bat

This commit is contained in:
rxi 2020-10-27 20:29:29 +00:00
parent 3efa0756c4
commit 24fd78be68
1 changed files with 7 additions and 0 deletions

7
build.bat Normal file
View File

@ -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