-
-
Notifications
You must be signed in to change notification settings - Fork 63k
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
Added Makefile tutorial #5552
Added Makefile tutorial #5552
Conversation
Not sure why it’s not building properly, I’m pretty sure I’ve checked the syntax of the PR and it should be good. I’m assuming this has to do with the link. |
Be sure to check the output of Travis-CI for linter errors. Alphabetical order and spacing are the most common problems. (might be trailing slash) |
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.
Nice tutorial/cookbook @theicfire 🚀
Co-authored-by: David Ordás <davorpatech@gmail.com>
I forgot to revert my commit where I removed the credited author of the repository. My bad. I was testing if it was going to pass the build if I removed anything other than the title and the hyperlink. But thanks for fixing the linting issue. |
Thanks, and welcome to free-programming-books! |
No problem, I’ll most likely contribute more resources to the repository in the near future. |
Oh neat, cheers! |
What does this PR do?
Add resource(s)
For resources
Description
Added the makefile cookbook tutorial from https://makefiletutorial.com/
Why is this valuable (or not)?
Makefile should be a fundamental tool for C/C++ developers.
How do we know it's really free?
It’s open source and doesn’t require any credentials, emails or anything.
For book lists, is it a book? For course lists, is it a course? etc.
It’s a github repository.
Checklist:
Followup