25 lines
580 B
Makefile
Raw Permalink Normal View History

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