minor cleanups after argv changes
This commit is contained in:
parent
55e7e11a4c
commit
4ec714a678
7
Makefile
7
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
|
||||
|
|
Loading…
Reference in New Issue