Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpmachado/make-and-makefile-for-cc-projects-2022-edition

My study through "Master Make and Makefile for C/C++ Projects" by Jan Schaffranek
https://github.com/cpmachado/make-and-makefile-for-cc-projects-2022-edition

Last synced: about 6 hours ago
JSON representation

My study through "Master Make and Makefile for C/C++ Projects" by Jan Schaffranek

Awesome Lists containing this project

README

        

# make-and-makefile-for-cc-projects-2022-edition

My code through "Master Make and Makefile for C/C++ Projects" by Jan Schaffranek.

Core differences:
- Repository structure and conventions
- My notes and personal solution mirroring the rules implemented by the author.
- My better template is basically the same as my default template

## References

Udemy URL:

Github Official solution: