From fbf9f4e802fa66327b60cdae1136c549b6344b8c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Nov 2024 10:30:30 -0600 Subject: add mirrors.wit.com example. add noarch --- examples/protoc-gen-go/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/protoc-gen-go/Makefile') 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 . + -- cgit v1.2.3