summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-07 15:24:59 -0600
committerJeff Carr <[email protected]>2024-02-07 15:24:59 -0600
commited5857af77edb5a8369fc0a9fb4e93c282fa5664 (patch)
tree50151af8db365084252284eea74a4434d3a2c5ef /Makefile
parent3d4e297db93544fe1380178ec4cb7fc286b2dc4c (diff)
trying to debug box direction
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 4d90029..e6b74bf 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,11 @@ stderr: build
goimports:
goimports -w *.go
# // to globally reset paths:
- # // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" .
+ # // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go
+
+gocui: build
+ reset
+ ./autotypist --gui gocui --tmp-log
build:
echo "build it!"