/makefile

component based makefile work with c file

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

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