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
|
forge do --pull
|
||||||
|
|
||||||
mine: install
|
mine: install
|
||||||
forge find --mine
|
forge --no-gui find --mine
|
||||||
|
|
||||||
all: install
|
all: install
|
||||||
forge find --all
|
forge --no-gui find --all
|
||||||
|
|
||||||
patches: install
|
patches: install
|
||||||
forge --do-patches
|
forge --do-patches
|
||||||
|
@ -82,7 +82,8 @@ restart:
|
||||||
make private
|
make private
|
||||||
|
|
||||||
user: install
|
user: install
|
||||||
forge --user
|
forge find --all --user
|
||||||
|
forge --no-gui find --all
|
||||||
|
|
||||||
master: install
|
master: install
|
||||||
forge --master
|
forge --master
|
||||||
|
|
Loading…
Reference in New Issue