summaryrefslogtreecommitdiff
path: root/examples/goimports/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-24 06:19:40 -0600
committerJeff Carr <[email protected]>2024-11-24 06:19:40 -0600
commitb1cdb841bc7240fc9aa929ad15a09f0ae618777b (patch)
tree48a80a62ab2afa0c96e48043ee62ae7be9ea5d28 /examples/goimports/Makefile
parentc8bbe3c2983ab30ad568ba10fa8778493311bd73 (diff)
more example ideasv0.22.18
Diffstat (limited to 'examples/goimports/Makefile')
-rw-r--r--examples/goimports/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/goimports/Makefile b/examples/goimports/Makefile
new file mode 100644
index 0000000..ecaad6a
--- /dev/null
+++ b/examples/goimports/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 .
+