# makefile-module **Repository Path**: jesson-deng/makefile-module ## Basic Information - **Project Name**: makefile-module - **Description**: makefile 模板! 支持 C/C++混编。支持单模块编译。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-01 - **Last Updated**: 2022-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # makefile-module #### 介绍 makefile 模板! 支持 C/C++混编。支持单模块编译。 ## 目录说明 - makefile : 多目录源码编译 - onedir :单目录源码编译 - study : 一些 Makefile 相关学习的例子 - #### Makefile 知识 为了方便大家阅读模板,这里给出一些模板用到的Makefile知识。最好的学习方式是利用 echo 结合模板进行学习。 #### patsubst $(patsubst 原模式 , 目标模式, 文件列表)