基于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]"