diff options
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -18,13 +18,14 @@ clean: setup: @mise install - @go mod tidy - @go mod vendor - @go tool + @mise exec go -- go install github.com/xlgmokha/minit@latest + @mise exec go -- go mod tidy + @mise exec go -- go mod vendor + @mise exec go -- go tool @if command -v brew >/dev/null 2>&1; then \ brew bundle; \ fi - @pip install dumb-init + @@mise exec python -- pip install dumb-init build: $(AUTHZD_BIN) $(SPARKLED_BIN) |
