mirror of
https://github.com/prometheus/prometheus
synced 2025-03-31 07:49:19 +00: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 New Issue
Block a user