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 <jcarr@wit.com>
This commit is contained in:
parent
d2ba12e6f5
commit
bdf3cb26d4
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue