diff --git a/Makefile b/Makefile index 098cc25..a4cf4b7 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ preflight: ## Run preflight checks to ensure you have the right build tools @./preflight.sh deps: ## Install any required dependencies + @$(GOCMD) install github.com/tdewolff/minify/v2/cmd/minify@latest + @$(GOCMD) install git.mills.io/prologic/static@latest dev : DEBUG=1 dev : build ## Build debug version of zs (cli)