mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix phony targets and log asset generation
This commit is contained in:
parent
171f50706a
commit
28c2f9e4ff
3
Makefile
3
Makefile
|
@ -36,8 +36,9 @@ docker:
|
||||||
@docker build -t prometheus:$(shell git rev-parse --short HEAD) .
|
@docker build -t prometheus:$(shell git rev-parse --short HEAD) .
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
|
@echo ">> writing assets"
|
||||||
@$(GO) get github.com/jteeuwen/go-bindata/...
|
@$(GO) get github.com/jteeuwen/go-bindata/...
|
||||||
@$(GO) generate ./web/blob
|
@$(GO) generate ./web/blob
|
||||||
|
|
||||||
|
|
||||||
.PHONY: format build test vet docker assets
|
.PHONY: all format build test vet docker assets
|
||||||
|
|
Loading…
Reference in a new issue