基于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 4932c63bc0 ft: 优化 3 years ago
src ft: 优化 3 years ago
.gitignore ft: 初始化提交 3 years ago
LICENSE ft: 初始化提交 3 years ago
README.md ft: 优化 3 years ago
rebar.config ft: 初始化提交 3 years ago

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