*: remove reference to deleted binary
This commit is contained in:
parent
e2f43bd043
commit
95a61454b5
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -21,14 +21,11 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
build: bin/poke bin/pokectl
|
build: bin/poke
|
||||||
|
|
||||||
bin/poke: FORCE
|
bin/poke: FORCE
|
||||||
@go install $(REPO_PATH)/cmd/poke
|
@go install $(REPO_PATH)/cmd/poke
|
||||||
|
|
||||||
bin/pokectl: FORCE
|
|
||||||
@go install $(REPO_PATH)/cmd/pokectl
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@go test $(shell go list ./... | grep -v '/vendor/')
|
@go test $(shell go list ./... | grep -v '/vendor/')
|
||||||
|
|
||||||
|
|
Reference in a new issue