gotsrpc/Makefile
2017-07-03 15:58:03 +02:00

12 lines
180 B
Makefile

.PHONY: demo
demo:
cd demo && gotsrpc -skipgotsrpc config.yml
.PHONY: install
install:
GOBIN=/usr/local/bin go install cmd/gotsrpc/gotsrpc.go
test: demo
go test $(glide nv)