added scythe

This commit is contained in:
Stefan Stefanov 2024-12-31 17:06:06 +02:00
parent 6993054d63
commit 9504812ed5
10 changed files with 305 additions and 116 deletions

View file

@ -1,9 +1,12 @@
run:
odin run src -out:game.exe -debug
odin run src -out:game.exe -debug -use-separate-modules -vet
build:
odin build src -out:game.exe -debug -use-separate-modules
check:
odin check src -vet -debug
clean:
rm *.exe
rm -rf *.dSYM/