makefile模板
本文包括项目makefile模板、动态库和静态库makefile模板。
文件结构
.
├── bin
│ └── test.out
├── include
│ └── reply.h
├── lib
│ ├── libreply.a
│ ├── librep[……]
本文包括项目makefile模板、动态库和静态库makefile模板。
文件结构
.
├── bin
│ └── test.out
├── include
│ └── reply.h
├── lib
│ ├── libreply.a
│ ├── librep[……]