fixed array parsing and windows support
This commit is contained in:
parent
d2fe432828
commit
018442a445
5 changed files with 58 additions and 66 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue