run: odin run src -out:game.exe -debug build: odin build src -out:game.exe -debug -use-separate-modules clean: rm *.exe rm -rf *.dSYM/ all: build