Skip to content

基于Emakefile的多进程编译器

License

Notifications You must be signed in to change notification settings

ErlGameWorld/eMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

基于Emakefile的多进程编译器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages