Commit 95a61454 authored by Eric Chiang's avatar Eric Chiang

*: remove reference to deleted binary

parent e2f43bd0
......@@ -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/')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment