From 2f7c1807a1e6fbc9c43c247c5374748ce0cecd79 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 24 Dec 2024 02:26:54 -0600 Subject: more cleanups --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8b9505..e0ef7b6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ info: @echo "make dirty # CheckDirty()" @echo "make user # git checkout user" @echo "make master # git checkout master" - forge --do-gui + forge vet: @GO111MODULE=off go vet @@ -32,7 +32,7 @@ goimports: @# // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go gocui: install - forge --gui gocui --do-gui >/tmp/forge.log 2>&1 + forge --gui gocui >/tmp/forge.log 2>&1 redomod-all: forge --do-RedoGoMod @@ -70,9 +70,6 @@ mine: install all: install forge --find-all -gui: install - forge --do-gui - patches: install forge --do-patches -- cgit v1.2.3