基于Emakefile的多进程编译器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
SisMaker b0b81ecbfb ft: 编译时不检车头文件 2 年之前
src ft: 编译时不检车头文件 2 年之前
.gitignore ft: 初始化提交 3 年之前
LICENSE ft: 初始化提交 3 年之前
README.md ft: 编译时不检车头文件 2 年之前
rebar.config ft: 初始化提交 3 年之前

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文件