mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Makefile: fix assets rule
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
a9ff66427b
commit
466a8d94fc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ PRECHECK_OPTIONS_bzr = version
|
|||
.PHONY: assets
|
||||
assets:
|
||||
@echo ">> writing assets"
|
||||
cd $(PREFIX)/web/ui && $(GO) generate $(GOOPTS)
|
||||
cd $(PREFIX)/web/ui && GO111MODULE=$(GO111MODULE) $(GO) generate $(GOOPTS)
|
||||
@$(GOFMT) -w ./web/ui
|
||||
|
||||
.PHONY: check_assets
|
||||
|
|
|
|||
Loading…
Reference in a new issue