diff options
| author | Jeff Carr <[email protected]> | 2024-02-07 15:24:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-07 15:24:59 -0600 |
| commit | ed5857af77edb5a8369fc0a9fb4e93c282fa5664 (patch) | |
| tree | 50151af8db365084252284eea74a4434d3a2c5ef /Makefile | |
| parent | 3d4e297db93544fe1380178ec4cb7fc286b2dc4c (diff) | |
trying to debug box direction
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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!" |
