From 3c2da3f096a5e8aeaa657deb2dc047cc23118c99 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Jan 2024 20:52:10 -0600 Subject: use "go.wit.com/log" Signed-off-by: Jeff Carr --- gocui/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gocui/Makefile') diff --git a/gocui/Makefile b/gocui/Makefile index 4f2a6ee..4c24c14 100644 --- a/gocui/Makefile +++ b/gocui/Makefile @@ -13,3 +13,14 @@ objdump: 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) + +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy -- cgit v1.2.3