# Build Instructions **Build Cradle** `odin build main.odin -file -out:build/debug.exe -debug` **Build Game (This one is the hot reload one)** `odin build game.odin -file -build-mode:dll -out:build/game.dll -debug` **Linux/MacOS** remove `.exe` and swap `.dll` for `.so` or `.dylib`