summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-24 02:26:54 -0600
committerJeff Carr <[email protected]>2024-12-24 02:26:54 -0600
commit2f7c1807a1e6fbc9c43c247c5374748ce0cecd79 (patch)
treea094ef153f2152116c05e9ae207b498eab3b798c /Makefile
parent2b087365f68cb57a7dbebc29ac4f18bece9b554a (diff)
more cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
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