Install Hugo as well, for building the flamenco.io website

`make with-deps` now installs Hugo as well, for building the Flamenco.io
static website.
This commit is contained in:
Sybren A. Stüvel 2022-07-07 12:15:02 +02:00
parent c87358b89b
commit 666d639efa

View File

@ -30,6 +30,7 @@ all: application
with-deps: with-deps:
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0 go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.9.0
go install github.com/golang/mock/mockgen@v1.6.0 go install github.com/golang/mock/mockgen@v1.6.0
go install github.com/gohugoio/hugo@v0.101.0
$(MAKE) application $(MAKE) application
application: webapp flamenco-manager flamenco-worker application: webapp flamenco-manager flamenco-worker