diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 16:09:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 16:09:15 -0600 |
| commit | d67ace479ae36375cc7bd10f316c65081b5abd1b (patch) | |
| tree | 0ce0d6fbef9dfe88315108ccbbad799ad53cd576 /Makefile | |
| parent | db36cef85a81d1978f5fe1d3bf46698547afd088 (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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
