Fix phony targets and log asset generation

This commit is contained in:
Fabian Reinartz 2015-09-18 17:03:26 +02:00
parent 171f50706a
commit 28c2f9e4ff
1 changed files with 2 additions and 1 deletions

View File

@ -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