windows build fixes

This commit is contained in:
ari melody 2024-06-24 17:37:12 +01:00
parent 22e60ee228
commit d2fe432828
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 5 additions and 1 deletions

3
build.ps1 Normal file
View file

@ -0,0 +1,3 @@
New-Item -ItemType Directory -Force -Path ./bin/
gcc -Wall -o ./bin/compile ./src/*.c ./src/parsers/*.c