arimelody.me-sitegen/build.ps1

4 lines
109 B
PowerShell
Raw Normal View History

2024-06-24 16:37:12 +00:00
New-Item -ItemType Directory -Force -Path ./bin/
gcc -Wall -o ./bin/compile ./src/*.c ./src/parsers/*.c -lm