mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Makefile: fix assets rule
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
a9ff66427b
commit
466a8d94fc
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ PRECHECK_OPTIONS_bzr = version
|
||||||
.PHONY: assets
|
.PHONY: assets
|
||||||
assets:
|
assets:
|
||||||
@echo ">> writing assets"
|
@echo ">> writing assets"
|
||||||
cd $(PREFIX)/web/ui && $(GO) generate $(GOOPTS)
|
cd $(PREFIX)/web/ui && GO111MODULE=$(GO111MODULE) $(GO) generate $(GOOPTS)
|
||||||
@$(GOFMT) -w ./web/ui
|
@$(GOFMT) -w ./web/ui
|
||||||
|
|
||||||
.PHONY: check_assets
|
.PHONY: check_assets
|
||||||
|
|
Loading…
Reference in a new issue