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