mirror of
https://git.mills.io/prologic/zs.git
synced 2026-02-06 16:45:20 -05:00
Fix deps target
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user