基于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.
 
lijie cac2c22a2e ft: 优化 3 年之前
src ft: 优化 3 年之前
.gitignore ft: 初始化提交 3 年之前
LICENSE ft: 初始化提交 3 年之前
README.md ft: 优化 3 年之前
rebar.config ft: 初始化提交 3 年之前

README.md

eMake

erlang 多进程编译器

Build

$ rebar3 escriptize   ->   eMake
$ rebar3 compile

eg

参数可选 
eMake
eMake "./Emakefile"
eMake  4
eMake "./Emakefile" 4
eMake "./Emakefile" 4 "[noexec, debug_info]"