Merge pull request #2032 from yuexiao-wang/cleanup-makefile

Add targets for Makefile
This commit is contained in:
Derek McGowan 2016-11-02 10:40:47 -07:00 committed by GitHub
commit 6edf9c5070

View file

@ -13,7 +13,7 @@ endif
GO_LDFLAGS=-ldflags "-X `go list ./version`.Version=$(VERSION)"
.PHONY: clean all fmt vet lint build test binaries
.PHONY: all build binaries clean dep-restore dep-save dep-validate fmt lint test test-full vet
.DEFAULT: all
all: fmt vet lint build test binaries