Skip to content

Commit

Permalink
Add vet and fmt to .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jan 6, 2017
1 parent 6ff7516 commit 2d77842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ifndef VERSION
VERSION := git-$(shell git rev-parse --short HEAD)
endif

.PHONY: controller container push clean
.PHONY: controller container push clean vet fmt

controller: clean
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags \
Expand Down

0 comments on commit 2d77842

Please sign in to comment.