summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 43735d6..f3eec13 100644
--- a/Makefile
+++ b/Makefile
@@ -41,13 +41,13 @@ fix: install
forge --fix find --all
list-all: install
- forge find --all
+ forge list --all
git-reset: install
forge --do-git-reset find --all
readonly: install
- forge --do-list find --readonly
+ forge --list find --readonly
config: install
forge --config
@@ -56,13 +56,13 @@ scan: install
forge do --scan
pull: install
- forge do --pull
+ forge pull --mine
mine: install
- forge --no-gui find --mine
+ forge list --mine
all: install
- forge --no-gui find --all
+ forge list --all
patches: install
forge --patchset "from makefile"
@@ -82,8 +82,10 @@ restart:
make private
user: install
- forge find --all --user
- forge --no-gui find --all
+ forge user
+
+devel: install
+ forge devel --all
master: install
- forge --master
+ forge master --all