fe/build.bat

8 lines
149 B
Batchfile
Raw Permalink Normal View History

2020-10-27 21:29:29 +01:00
@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