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) .
|
||||
|
||||
assets:
|
||||
@echo ">> writing assets"
|
||||
@$(GO) get github.com/jteeuwen/go-bindata/...
|
||||
@$(GO) generate ./web/blob
|
||||
|
||||
|
||||
.PHONY: format build test vet docker assets
|
||||
.PHONY: all format build test vet docker assets
|
||||
|
|
Loading…
Reference in New Issue