aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
blob: c3972916d7b9b9355dd326a766f97f8d8753cc9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
= 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
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].