run 'go generate' with proper options

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2018-10-26 11:11:23 +02:00
parent 71e0ec7512
commit 1a0a570c91
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ DOCKER_IMAGE_NAME ?= prometheus
.PHONY: assets .PHONY: assets
assets: assets:
@echo ">> writing assets" @echo ">> writing assets"
cd $(PREFIX)/web/ui && go generate cd $(PREFIX)/web/ui && $(GO) generate $(GOOPTS)