summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 16:09:15 -0600
committerJeff Carr <[email protected]>2024-01-20 16:09:15 -0600
commitd67ace479ae36375cc7bd10f316c65081b5abd1b (patch)
tree0ce0d6fbef9dfe88315108ccbbad799ad53cd576 /Makefile
parentdb36cef85a81d1978f5fe1d3bf46698547afd088 (diff)
autohide working well
log flags window debugging window Display buttons cleaned up get go.wit.com/list of repos Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f78ec44..3b94bcf 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,13 @@ stderr: build
echo "writing to /tmp/autotypist.stderr"
./autotypist >/tmp/autotypist.stderr 2>&1
+goimports:
+ goimports -w *.go
+ # // to globally reset paths:
+ # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" .
+
build:
echo "build it!"
- goimports -w *.go
-rm resources/*.so
cp ~/go/src/go.wit.com/toolkits/*.so resources/
go build -v -x