diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 09:49:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 09:49:49 -0600 |
| commit | 526605ff8733f14baa737246e2d817d42a556675 (patch) | |
| tree | 517d7cd6ca647bd2080f6b73366e3774a2b2863f /examples/protoc-gen-go/Makefile | |
| parent | d45037dee96be62126c277a8738b39a52b9ed4b9 (diff) | |
add an example to build a custom .deb
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 . |
