protoc-gen-go-micro/Makefile

25 lines
580 B
Makefile
Raw Normal View History

2020-01-15 20:00:59 +03:00
GOPKG ?= moul.io/protoc-gen-gotemplate
2020-05-20 14:22:18 +03:00
DOCKER_IMAGE ?= moul/protoc-gen-gotemplate
2020-01-15 20:00:59 +03:00
GOBINS ?= . ./cmd/web-editor
GOLIBS ?= .
2016-12-12 21:23:47 +03:00
2020-01-15 20:00:59 +03:00
all: test install
2016-12-12 21:23:47 +03:00
2020-01-15 20:00:59 +03:00
include rules.mk
.PHONY: examples
examples: install
2017-06-08 17:40:52 +03:00
cd examples/time && make
2017-05-12 21:46:18 +03:00
cd examples/enum && make
2017-05-02 00:55:55 +03:00
cd examples/import && make
2016-12-12 21:23:47 +03:00
cd examples/dummy && make
cd examples/flow && make
2017-03-16 17:41:09 +03:00
cd examples/concat && make
cd examples/flow && make
2017-03-16 19:47:54 +03:00
cd examples/sitemap && make
2017-04-24 10:20:30 +03:00
cd examples/go-generate && make
2020-01-15 20:00:59 +03:00
#cd examples/single-package-mode && make
2017-12-19 17:55:33 +03:00
cd examples/helpers && make
2018-03-21 16:41:40 +03:00
cd examples/arithmetics && make
2020-01-15 20:00:59 +03:00
#cd examples/go-kit && make