基于Emakefile的多进程编译器
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
SisMaker b0b81ecbfb ft: 编译时不检车头文件 il y a 2 ans
src ft: 编译时不检车头文件 il y a 2 ans
.gitignore ft: 初始化提交 il y a 3 ans
LICENSE ft: 初始化提交 il y a 3 ans
README.md ft: 编译时不检车头文件 il y a 2 ans
rebar.config ft: 初始化提交 il y a 3 ans

README.md

eMake

erlang 多进程编译器

Build

$ rebar3 escriptize   ->   eMake
将编译得到 _build/default/bin 下面的eMake eMake.cmd 文件复制到工作目录或者添加到环境变量即可使用

eg

参数可选 all nohrl
eMake
eMake all nohrl
eMake "./Emakefile"
eMake  4
eMake "./Emakefile" 4
eMake "./Emakefile" 4 "[noexec, debug_info]"
可以在编译之后修改代码指定默认的 Emakefile文件