*: remove reference to deleted binary

This commit is contained in:
Eric Chiang 2016-08-05 15:05:46 -07:00
parent e2f43bd043
commit 95a61454b5
1 changed files with 1 additions and 4 deletions

View File

@ -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/')