summaryrefslogtreecommitdiff
path: root/examples/mirrors.wit.com/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 10:30:30 -0600
committerJeff Carr <[email protected]>2024-11-16 10:30:30 -0600
commitfbf9f4e802fa66327b60cdae1136c549b6344b8c (patch)
tree6556635e4ce799c87f86d38a9437e81d873bdeb9 /examples/mirrors.wit.com/Makefile
parent526605ff8733f14baa737246e2d817d42a556675 (diff)
add mirrors.wit.com example. add noarch
Diffstat (limited to 'examples/mirrors.wit.com/Makefile')
-rw-r--r--examples/mirrors.wit.com/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/mirrors.wit.com/Makefile b/examples/mirrors.wit.com/Makefile
new file mode 100644
index 0000000..d28f0e1
--- /dev/null
+++ b/examples/mirrors.wit.com/Makefile
@@ -0,0 +1,11 @@
+.PHONY: build
+
+all: build
+
+build:
+ go-deb --repo .
+
+# use the ncurses gui (only kinda works still)
+ncurses:
+ go-deb --gui gocui --repo .
+