Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 248 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 248 Bytes

make_c

just a Makefile to build small c projects with:

  • simple as possible configuration.
  • dependency aware object building (eg. if you change something in a.h, test.c which depends on it gets rebuilt).

Usage

Pretty much self explanatory.