From b1cdb841bc7240fc9aa929ad15a09f0ae618777b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 24 Nov 2024 06:19:40 -0600 Subject: more example ideas --- examples/x-tools/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/x-tools/Makefile (limited to 'examples/x-tools/Makefile') diff --git a/examples/x-tools/Makefile b/examples/x-tools/Makefile new file mode 100644 index 0000000..578b75c --- /dev/null +++ b/examples/x-tools/Makefile @@ -0,0 +1,13 @@ +.PHONY: build + +# this is how the mirrors.wit.com debian package is created + +all: build + +build: + cp build control ~/go/src/golang.org/x/tools/ + go-deb --auto --repo golang.org/x/tools + +# use the ncurses gui (only kinda works still) +ncurses: + # go-deb --gui gocui --repo . -- cgit v1.2.3