小天管理 Posted July 8, 2024 Posted July 8, 2024 Makefile 可以做到如下简洁, 实际用时只要修改 EXE 和 OBJ 的列表值, 无需关心其它的东西 EXE=\ exe1\ a/exe2\ a/exe3\ OBJ=\ mod1\ liba/mod2\ liba/mod3\ include inc.mak 工程源码 https://github.com/webd90kb/webd/tree/master/codes/c_project_template
Recommended Posts