From 4fbbd2cee13546dbe570509e2c2e0755225a1489 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2024 02:20:31 -0600 Subject: 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 --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') 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.* -- cgit v1.2.3