summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 16:47:55 -0600
committerJeff Carr <[email protected]>2024-01-03 16:47:55 -0600
commit4ca15cc78dbaaf83640d9c54dc1d81560dc06812 (patch)
tree733ba8b72a1b5b18606f1a17b2fa5a39a6720b8e /Makefile
parent36218f4535dd65d2c8d4ecbea761b3b0289e6f3c (diff)
moving the debian stuff here
Signed-off-by: Jeff Carr <[email protected]>
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