From bdf3cb26d44e6f67040d77c0233b9b5d6e7f6b54 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 5 Nov 2024 07:51:12 -0600 Subject: [PATCH] wow. broken for so long, I didn't add build package rules this was broken after golang deprecated 'go vet'. eventually I wrote go-clone so I can continue working. this now works again using go-clone. maybe. anyway, this whole thing is an experiement Signed-off-by: Jeff Carr --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 87a1be3..e988491 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,10 @@ goimports: # // to globally reset paths: # // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go +debian: + rm -f ~/incoming/autotypist*deb + go-deb --no-gui --repo go.wit.com/apps/autotypist + # build then run with gui in libcurses console: build reset