diff options
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 . |
