initial working version of the builder

This commit is contained in:
Stefan Stefanov 2024-01-18 17:40:11 +02:00
parent 51ec473ee6
commit b7e340b562
7 changed files with 124 additions and 10 deletions

View file

@ -5,6 +5,9 @@ build: clean
run:
./bin/odin_runner.exe
check:
odin check ./src/
clean:
rm -rf ./bin/odin_runner.*