added scythe
This commit is contained in:
parent
6993054d63
commit
9504812ed5
10 changed files with 305 additions and 116 deletions
5
Makefile
5
Makefile
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue