|
|
há 1 semana atrás | |
|---|---|---|
| cmd | há 1 semana atrás | |
| internal | há 1 semana atrás | |
| .envrc | há 1 mês atrás | |
| .gitignore | há 1 mês atrás | |
| LICENSE | há 1 mês atrás | |
| Makefile | há 1 mês atrás | |
| README.md | há 1 semana atrás | |
| flake.lock | há 1 semana atrás | |
| flake.nix | há 1 mês atrás | |
| go.mod | há 1 semana atrás | |
| go.sum | há 1 semana atrás |
Clone repo and build:
git clone https://github.com/johron/moose.git
cd moose
# Activate flake if nix
make release
Debug build: build/moose-debug
Release build: build/moose
make build: debug binary build/moose-debugmake release: release binary build/moosemake run: run debug version through go runmake clean: remove build/ directory