summaryrefslogtreecommitdiff
path: root/examples/gomobile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gomobile/Makefile')
-rw-r--r--examples/gomobile/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/gomobile/Makefile b/examples/gomobile/Makefile
new file mode 100644
index 0000000..ecaad6a
--- /dev/null
+++ b/examples/gomobile/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 .
+