1 2 3 4 5 6 7 8
## makectl: description="Build optimized release binary" .PHONY: release release: ## Build release binary cargo build --release .PHONY: install-local install-local: ## Install binary locally cargo install --path .