Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 310 Bytes

File metadata and controls

17 lines (13 loc) · 310 Bytes

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