https://github.com/ruoshui-git/make
A makefile that would work well for any small project.
https://github.com/ruoshui-git/make
Last synced: 4 months ago
JSON representation
A makefile that would work well for any small project.
- Host: GitHub
- URL: https://github.com/ruoshui-git/make
- Owner: ruoshui-git
- Created: 2019-11-05T23:56:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T19:26:58.000Z (over 5 years ago)
- Last Synced: 2025-10-06T03:55:41.170Z (8 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# make
A makefile that would work well for any small project.
Note: by default, it uses gnu11 standard, not c11. If you need to change that, it's on the CFLAGS line.