diff options
| author | Jeff Carr <[email protected]> | 2024-11-19 04:37:20 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-19 04:37:20 -0600 |
| commit | 1c2246e709d8669faeb035df6a2470861239d48b (patch) | |
| tree | 23c69ead9174843cc337973491fb9648443527df /examples/protoc-gen-go/Makefile | |
| parent | 891a4cada95f786bae78851e6d28bf2bfc2aafcb (diff) | |
add Conflicts:
Diffstat (limited to 'examples/protoc-gen-go/Makefile')
| -rw-r--r-- | examples/protoc-gen-go/Makefile | 4 |
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 . |
