diff --git a/Makefile b/Makefile index 1a49706..027f1d3 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file