-
Notifications
You must be signed in to change notification settings - Fork 87
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
make
support
#130
Comments
I like the idea of supporting makefiles because they should run fast when there’s nothing to do. I wonder if we should go for something more generic though rather than |
I don't mind |
I’d rather just have one or the other. |
I kind of like the idea of having both. It's only a few extra lines in |
It seems like Workaround is to |
Hi guys, is this ready for use yet? I'm looking to pull down sources and compile them locally, and this looks like what I'm after! |
Hi Iain. We are in the middle of a major refactor so have not completed this new feature yet. You could certainly check out the work in progress branch on #131 locally (run |
I think we've discussed this before, @jasoncodes, but I can't remember the outcome.
Could we have a
--make
option that cd's into the directory and runsmake
during the build?It could also take an argument that could be run in place of the
--make
command.--make="make install"
.The text was updated successfully, but these errors were encountered: