added make demo

This commit is contained in:
franklin 2016-12-14 15:51:50 +01:00
parent 2308da7529
commit 1b265a6621

View File

@ -1,3 +1,8 @@
.PHONY: demo
demo:
cd demo && gotsrpc -skipgotsrpc config.yml
.PHONY: install
install:
GOBIN=/usr/local/bin go install cmd/gotsrpc/gotsrpc.go