Browse Source

*: remove reference to deleted binary

pull/559/head
Eric Chiang 10 years ago
parent
commit
95a61454b5
  1. 5
      Makefile

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

Loading…
Cancel
Save