-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Add the ability to output shell script that will perform a full build #72
Comments
|
As the target name? |
Yup. |
Great choice! I'll get on it! Also, this is the last change I have on the radar for version 1. Anything you think I should add before v1 release? |
Definitely! This is a thing that's pretty useful but that few build systems have.
Unless you can get Sake to automatically make coffee while it's running, I can't think of anything critical. (Side note: have you ever read this? Probably far too complicated to be feasible, but still an interesting read.) |
Add the ability to output shell script that will perform a full build....
for people that don't have or don't want to use sake.
We will need to add one more keyword (like
visual
orclean
) that will do this. It needs to be mentioned in the documentation and needs to be checked for in the Sakefile so that the user doesn't accidentally create a target of the same nameThe text was updated successfully, but these errors were encountered: