summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-27 03:39:53 -0600
committerJeff Carr <[email protected]>2024-12-27 03:39:53 -0600
commit9818e8d1ee685fa11f6ed9745a92e0c31c3a75f1 (patch)
tree9e7d6d47032240eb5a4c4232657cd6bc8d979aa5 /Makefile
parentbdaa40c51fe98ff167d2c05a0b21600c95185e67 (diff)
more ideas for command line options
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