summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 532b3ca..d31ba02 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,6 @@
all:
# reset
@echo
- @echo "make examples # will run all the Example demos and commands"
- @echo "make update # full git update of all the dependencies"
- @echo
@echo This Requires working IPv6
@echo
ifeq ($(GO111MODULE),)
@@ -113,3 +110,8 @@ log:
submit-to-docs:
GOPROXY=https://proxy.golang.org GO111MODULE=on go get go.wit.com/[email protected]
+
+deb:
+ cd debian && make
+ dpkg-deb -c go-wit-gui*.deb
+ -wit mirrors