diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 16:47:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 16:47:55 -0600 |
| commit | 4ca15cc78dbaaf83640d9c54dc1d81560dc06812 (patch) | |
| tree | 733ba8b72a1b5b18606f1a17b2fa5a39a6720b8e /Makefile | |
| parent | 36218f4535dd65d2c8d4ecbea761b3b0289e6f3c (diff) | |
moving the debian stuff here
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
