-
Notifications
You must be signed in to change notification settings - Fork 37
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
Updated Makefile to avoid recursive make #131
Conversation
Cleaning Removed unused variables Added comments
Automatically generate dependencies
Builds are failing ^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build is failing
Sorry, I didn't see this failed. Easy fix. |
I can.. but i am not convinced it's necessarily beneficial (or detrimental).. I have seen arguments both for and against recursive make and have never been persuaded that either way is fundamentally better. Also there are changes in there that are not related to recursive make, which could relatively easily be pulled out into a separate PR which I personally think is better to split the separation of concerns. |
I have take the bits to automate counting of cities, and the small fix to display practice and added them to a branch of collected PR fixes which I will merge once all tests pass, etc. Closing this PR since I am going to ignore the makefile changes for now. |
Changes, except for the makefile reorg are in PR #186 |
Automatically generate dependencies