Fix deps target

This commit is contained in:
James Mills 2023-03-16 19:14:15 +10:00
parent 8718b95cb6
commit 8f7b887fc3
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ preflight: ## Run preflight checks to ensure you have the right build tools
deps: ## Install any required dependencies
@$(GOCMD) install github.com/tdewolff/minify/v2/cmd/minify@latest
@$(GOCMD) install git.mills.io/prologic/static@latest
@$(GOCMD) install go.mills.io/static/cmd/static@latest
dev : DEBUG=1
dev : build ## Build debug version of zs (cli)