-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reconsider Makefile #140
Comments
A few notes
|
Nit: I think it is
Definitely don't mind using something similar to Just that isn't Just. I can't find please-do easily through Google, though, so Just might have the advantage of being fairly widely deployed (enough so to have solutions to common issues in Google).
I think if they have to do something complex, this is reasonable - the main issue though is that the compose invocation is just very long. You have to do |
Before I forget: it would be nice to have a command like $ just manage.py ${some command invocation} so that users who are more familiar with An alternative (but very evil) thing would be to create a dummy |
The current Makefile has two main issues:
.PHONY
This could be alleviated by switching to Just or another tool. This would require an extra installation, though.
@friedelwolff mentioned the possibility of alphabetically ordering the Make targets, which could help spot some targets missing from
.PHONY
, but it isn't foolproof.The text was updated successfully, but these errors were encountered: