summaryrefslogtreecommitdiff
path: root/examples/protoc-gen-go/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-19 04:37:20 -0600
committerJeff Carr <[email protected]>2024-11-19 04:37:20 -0600
commit1c2246e709d8669faeb035df6a2470861239d48b (patch)
tree23c69ead9174843cc337973491fb9648443527df /examples/protoc-gen-go/Makefile
parent891a4cada95f786bae78851e6d28bf2bfc2aafcb (diff)
add Conflicts:
Diffstat (limited to 'examples/protoc-gen-go/Makefile')
-rw-r--r--examples/protoc-gen-go/Makefile4
1 files changed, 4 insertions, 0 deletions
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 .