📝 字数:working on
使用make的理由
Estimated time to read: 1 minute
- 封装 封装运行入口,具体的运行文件可以隐藏在巨量的同生态位文件中。类似工厂模式。
Tricks
$$
use $$ to represent a single $ in the shell command.
Estimated time to read: 1 minute
$$use $$ to represent a single $ in the shell command.