summaryrefslogtreecommitdiff
path: root/examples/x-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/x-tools/Makefile')
-rw-r--r--examples/x-tools/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/x-tools/Makefile b/examples/x-tools/Makefile
new file mode 100644
index 0000000..578b75c
--- /dev/null
+++ b/examples/x-tools/Makefile
@@ -0,0 +1,13 @@
+.PHONY: build
+
+# this is how the mirrors.wit.com debian package is created
+
+all: build
+
+build:
+ cp build control ~/go/src/golang.org/x/tools/
+ go-deb --auto --repo golang.org/x/tools
+
+# use the ncurses gui (only kinda works still)
+ncurses:
+ # go-deb --gui gocui --repo .