erlang.mk is a free, open source build & deployment project written in Makefile and released under ISC. It has 587 GitHub stars, 237 forks and 41 open issues, and was last pushed 35 hours ago. On this registry it ranks #76 of 81 tracked projects in Build & Deployment, with 5 head-to-head comparisons available.

= Erlang.mk

A build tool for Erlang that just works.

http://erlang.mk/ - http://erlang.mk/guide/[User guide]

Embrace the power and simplicity of Makefiles.

[source,make] PROJECT = webchat DEPS = cowboy dep_cowboy_commit = 2.8.0 include erlang.mk

http://erlang.mk/guide/getting_started.html[Get started]

Tested and supported on http://erlang.mk/guide/installation.html#_on_unix[Linux, FreeBSD, OSX] and http://erlang.mk/guide/installation.html#_on_windows[Windows].

Get help! https://discord.gg/x25nNq2fFE[Discord server].

Frequently asked questions

Is erlang.mk free to use?

erlang.mk is open source under the ISC licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does erlang.mk do?

A build tool for Erlang that just works.

What is erlang.mk written in?

erlang.mk is primarily written in Makefile. Its source is publicly available at https://github.com/ninenines/erlang.mk, and it has 587 GitHub stars.