5 lines
327 B
Bash
Executable File
5 lines
327 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
odin build common/container/xarr -build-mode:test -collection:common=./common -collection:game=./game -collection:libs=./libs -strict-style -o:speed -debug "$@"
|
|
# odin test common/container/xarr -collection:common=./common -collection:game=./game -collection:libs=./libs -strict-style -vet -o:speed -debug
|