summaryrefslogtreecommitdiff
path: root/gocui/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 20:52:10 -0600
committerJeff Carr <[email protected]>2024-01-08 20:52:10 -0600
commit3c2da3f096a5e8aeaa657deb2dc047cc23118c99 (patch)
tree9be876900a02aebed4540f5453759ea1f1d5c7ce /gocui/Makefile
parent2a9724d7a89733db8c41571a8b5d9d0e1f0d76b3 (diff)
use "go.wit.com/log"
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui/Makefile')
-rw-r--r--gocui/Makefile11
1 files changed, 11 insertions, 0 deletions
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