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

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.

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.