From 526605ff8733f14baa737246e2d817d42a556675 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 09:49:49 -0600 Subject: add an example to build a custom .deb --- examples/protoc-gen-go/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/protoc-gen-go/Makefile (limited to 'examples/protoc-gen-go/Makefile') 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 . -- cgit v1.2.3