summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d662793..5d45154 100644
--- a/Makefile
+++ b/Makefile
@@ -59,10 +59,10 @@ pull: install
forge do --pull
mine: install
- forge find --mine
+ forge --no-gui find --mine
all: install
- forge find --all
+ forge --no-gui find --all
patches: install
forge --do-patches
@@ -82,7 +82,8 @@ restart:
make private
user: install
- forge --user
+ forge find --all --user
+ forge --no-gui find --all
master: install
forge --master