makefile icon indicating copy to clipboard operation
makefile copied to clipboard

component based makefile work with c file

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