howhow / makefile

component based makefile work with c file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makefile

Purpose

  1. study makefile
  2. how to re-use sub-makefile

Feature

  1. easy control option during make
  2. easy control gcc flag, include path
  3. manage each component individually
  4. auto dependence check

How to use

make or make DEBUG=YES

Known issue

  1. link part should be improved

About

component based makefile work with c file

License:GNU General Public License v3.0


Languages

Language:Makefile 91.5%Language:C 8.5%