protoc-gen-go-micro/Makefile
2016-12-16 16:08:37 +01:00

13 lines
180 B
Makefile

.PHONY: build
build:
go build -o protoc-gen-gotemplate .
.PHONY: install
install:
go install .
.PHONY: test
test: build
cd examples/dummy && make
cd examples/js-grpc && make