You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
211 B

9 years ago
  1. .PHONY: all test get_deps
  2. all: test get_deps install
  3. install:
  4. go install github.com/tendermint/tmsp/cmd/...
  5. test:
  6. go test github.com/tendermint/tmsp/...
  7. get_deps:
  8. go get -d github.com/tendermint/tmsp/...