Skip to content

Commit

Permalink
Fix phony targets and log asset generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabxc committed Sep 19, 2015
1 parent 171f507 commit 28c2f9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28c2f9e

Please sign in to comment.