User guide Tutorials
Packages Issues?

A build tool for Erlang that just works.

Erlang.mk is a modern build tool that embraces the diversity of the Erlang ecosystem and provides support for everything you need.

It runs everywhere: Linux, FreeBSD, OSX and even Windows.

Getting started with Erlang.mk is easy as pie. Even kids can do it.

Erlang.mk ships with hundreds of Erlang packages.

You don't need to be a Makefile pro. It's that simple:

PROJECT = webchat
DEPS = cowboy
include erlang.mk