diff options
| author | Jeff Carr <[email protected]> | 2024-11-24 06:19:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-24 06:19:40 -0600 |
| commit | b1cdb841bc7240fc9aa929ad15a09f0ae618777b (patch) | |
| tree | 48a80a62ab2afa0c96e48043ee62ae7be9ea5d28 /examples/x-tools/Makefile | |
| parent | c8bbe3c2983ab30ad568ba10fa8778493311bd73 (diff) | |
more example ideasv0.22.18
Diffstat (limited to 'examples/x-tools/Makefile')
| -rw-r--r-- | examples/x-tools/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 . |
