From 1c2246e709d8669faeb035df6a2470861239d48b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Nov 2024 04:37:20 -0600 Subject: add Conflicts: --- examples/protoc-gen-go/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/protoc-gen-go/Makefile') diff --git a/examples/protoc-gen-go/Makefile b/examples/protoc-gen-go/Makefile index d28f0e1..f2853e0 100644 --- a/examples/protoc-gen-go/Makefile +++ b/examples/protoc-gen-go/Makefile @@ -5,6 +5,10 @@ all: build build: go-deb --repo . +# keep the files/ directory after the package is made +keep-files: + go-deb --keep-files --repo . + # use the ncurses gui (only kinda works still) ncurses: go-deb --gui gocui --repo . -- cgit v1.2.3