summaryrefslogtreecommitdiff
path: root/examples/gocomplete/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-17 04:16:24 -0600
committerJeff Carr <[email protected]>2024-11-17 04:16:24 -0600
commit53ca277ca196ed4b063c1b75b88ee5efc5c3cb09 (patch)
treef282d56dce6dcaeffedfdd6bac470a62a82ebf21 /examples/gocomplete/Makefile
parent064b6d0005fdd4665cd404abf4e415c707709804 (diff)
add gocomplete examplev0.22.13
Diffstat (limited to 'examples/gocomplete/Makefile')
-rw-r--r--examples/gocomplete/Makefile13
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 .
+