Total Pageviews

Friday 8 July 2016

erlang的编译工具- Erlang.mk

A build tool for Erlang that just works. 

A build tool for Erlang that just works.
Embrace the power and simplicity of Makefiles.
PROJECT = webchat
DEPS = cowboy
include erlang.mk
Tested and supported on Linux, FreeBSD, OSX and Windows.
from https://github.com/ninenines/erlang.mk
(https://erlang.mk/guide/installation.html)
相关帖子:http://briteming.blogspot.com/2016/07/rebar3.html