https://github.com/bamless/generic-makefile-with-header-dependencies
A simple implementation of a generic C/C++ Makefile that supports header dependencies.
https://github.com/bamless/generic-makefile-with-header-dependencies
c cplusplus makefile
Last synced: 2 months ago
JSON representation
A simple implementation of a generic C/C++ Makefile that supports header dependencies.
- Host: GitHub
- URL: https://github.com/bamless/generic-makefile-with-header-dependencies
- Owner: bamless
- License: mit
- Created: 2017-01-02T02:07:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T20:41:48.000Z (about 8 years ago)
- Last Synced: 2025-01-03T18:47:16.539Z (over 1 year ago)
- Topics: c, cplusplus, makefile
- Language: Makefile
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generic-Makefile-with-Header-Dependencies
A simple implementation of a generic C/C++ Makefile that supports header dependencies.