We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since edc0dc5, make deps creates a switch. In fact, the switch target depends on just deps, so make switch is equivalent to make deps.
make deps
switch
deps
make switch
Meanwhile, HACKING.md says that make switch creates a local switch and make deps doesn't (installs to global switch).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since edc0dc5,
make deps
creates a switch. In fact, theswitch
target depends on justdeps
, somake switch
is equivalent tomake deps
.Meanwhile, HACKING.md says that
make switch
creates a local switch andmake deps
doesn't (installs to global switch).The text was updated successfully, but these errors were encountered: