summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 02:20:31 -0600
committerJeff Carr <[email protected]>2024-01-28 02:20:31 -0600
commit4fbbd2cee13546dbe570509e2c2e0755225a1489 (patch)
tree8e5c8238e0b28b2a03b682789095b5f61b72b3c5 /Makefile
parenta9913b70edec4cf4e5bf51dadebfb64c87085fd6 (diff)
large refactor to use the tree package
Things build and now need to be fixed treeRoot has no children lists all widgets works shows help module loads Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index fffcfa7..adbb0b0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,6 @@ all: plugin
plugin:
GO111MODULE=off go build -v -buildmode=plugin -o ../gocui.so
-goget:
- go get -v -t -u
-
objdump:
objdump -t ../gocui.so |less
@@ -14,11 +11,8 @@ log:
reset
tail -f /tmp/witgui.* /tmp/guilogfile
-cleanbuild:
- go build -v -x -buildmode=plugin -o ../nocui.so
-
-check-git-clean:
- @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
+goimports:
+ goimports -w *.go
redomod:
rm -f go.*