summaryrefslogtreecommitdiff
path: root/examples/protoc-gen-go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/protoc-gen-go/Makefile')
-rw-r--r--examples/protoc-gen-go/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/protoc-gen-go/Makefile b/examples/protoc-gen-go/Makefile
index 92a3852..d28f0e1 100644
--- a/examples/protoc-gen-go/Makefile
+++ b/examples/protoc-gen-go/Makefile
@@ -4,3 +4,8 @@ all: build
build:
go-deb --repo .
+
+# use the ncurses gui (only kinda works still)
+ncurses:
+ go-deb --gui gocui --repo .
+