diff options
Diffstat (limited to 'examples/protoc-gen-go/Makefile')
| -rw-r--r-- | examples/protoc-gen-go/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/protoc-gen-go/Makefile b/examples/protoc-gen-go/Makefile new file mode 100644 index 0000000..92a3852 --- /dev/null +++ b/examples/protoc-gen-go/Makefile @@ -0,0 +1,6 @@ +.PHONY: build + +all: build + +build: + go-deb --repo . |
