From 53ca277ca196ed4b063c1b75b88ee5efc5c3cb09 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 17 Nov 2024 04:16:24 -0600 Subject: add gocomplete example --- examples/gocomplete/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/gocomplete/Makefile (limited to 'examples/gocomplete/Makefile') diff --git a/examples/gocomplete/Makefile b/examples/gocomplete/Makefile new file mode 100644 index 0000000..ecaad6a --- /dev/null +++ b/examples/gocomplete/Makefile @@ -0,0 +1,13 @@ +.PHONY: build + +# this is how the mirrors.wit.com debian package is created + +all: build + +build: + go-deb --repo . + +# use the ncurses gui (only kinda works still) +ncurses: + go-deb --gui gocui --repo . + -- cgit v1.2.3