diff options
| author | Jeff Carr <[email protected]> | 2024-11-17 04:16:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-17 04:16:24 -0600 |
| commit | 53ca277ca196ed4b063c1b75b88ee5efc5c3cb09 (patch) | |
| tree | f282d56dce6dcaeffedfdd6bac470a62a82ebf21 /examples/gocomplete/Makefile | |
| parent | 064b6d0005fdd4665cd404abf4e415c707709804 (diff) | |
add gocomplete examplev0.22.13
Diffstat (limited to 'examples/gocomplete/Makefile')
| -rw-r--r-- | examples/gocomplete/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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 . + |
