Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cpmachado/make-and-makefile-for-cc-projects-2022-edition
- Owner: cpmachado
- License: mit
- Created: 2024-08-24T21:01:28.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T09:33:20.000Z (2 months ago)
- Last Synced: 2024-08-25T22:32:26.502Z (2 months ago)
- Language: Makefile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: