Skip to content
📝 字数:working on

使用make的理由

Estimated time to read: 1 minute

  1. 封装 封装运行入口,具体的运行文件可以隐藏在巨量的同生态位文件中。类似工厂模式。

Tricks

$$

use $$ to represent a single $ in the shell command.

评论