summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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