# makefile-example **Repository Path**: wilsonPeng/makefile-example ## Basic Information - **Project Name**: makefile-example - **Description**: 用于LinuxC的makefile基础结构,方便以后取出使用 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-04-25 - **Last Updated**: 2023-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 功能 - 一个基础的makefile例子 - 可以直接用于项目 - 目前适用于 - 单一项目不太需要考虑很多子目录的简单工程 (simple_makefile) - 多子目录情况下subdirs编译 (project_makefile_tree)