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
Now that "build everywhere" (#20) has been implement, it would be nice to have a "build here".
This is useful for the rare cases, when you switch workspaces, but the new ws has not yet a setup.bash to source or it has been deleted.
Maybe something like yujin_make . or yujin_make --here
yujin_make .
yujin_make --here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now that "build everywhere" (#20) has been implement, it would be nice to have a "build here".
This is useful for the rare cases, when you switch workspaces, but the new ws has not yet a setup.bash to source or it has been deleted.
Maybe something like
yujin_make .
oryujin_make --here
The text was updated successfully, but these errors were encountered: