From 4ca15cc78dbaaf83640d9c54dc1d81560dc06812 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 16:47:55 -0600 Subject: moving the debian stuff here Signed-off-by: Jeff Carr --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') 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/gui@v1.0.0 + +deb: + cd debian && make + dpkg-deb -c go-wit-gui*.deb + -wit mirrors -- cgit v1.2.3