diff --git a/Makefile b/Makefile index 323aed44..44c5406e 100644 --- a/Makefile +++ b/Makefile @@ -21,14 +21,11 @@ else endif -build: bin/poke bin/pokectl +build: bin/poke bin/poke: FORCE @go install $(REPO_PATH)/cmd/poke -bin/pokectl: FORCE - @go install $(REPO_PATH)/cmd/pokectl - test: @go test $(shell go list ./... | grep -v '/vendor/')