fixed array parsing and windows support

This commit is contained in:
ari melody 2024-07-11 14:41:47 +01:00
parent d2fe432828
commit 018442a445
Signed by: ari
GPG key ID: CF99829C92678188
5 changed files with 58 additions and 66 deletions

View file

@ -1,3 +1,3 @@
mkdir -p ./bin/
gcc -Wall -o ./bin/compile ./src/*.c ./src/parsers/*.c
gcc -Wall -o ./bin/compile ./src/*.c ./src/parsers/*.c -lm