aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: b0617af9913f68f24f0a2ffd41ef92e00a98c456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Erlang.mk</title>
</head>
<style type="text/css"><!--
body{background:white;font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;justify-content:center;margin:0 auto;padding:0;width:600px}
header {align-items:center;display:flex;justify-content:center}
header section.left{text-align:right;width:150px}
header section.right{text-align:left;width:150px}
header section a{display:block;margin:1.5em 1em}
main{margin-top:2em;text-align:center}
main p{margin-top:2em}
main pre{display:flex;justify-content:center;text-align:left}
a{color:#d9230f;text-decoration:none}
a:hover{text-decoration:underline}
span.var{color:teal}
span.op{color:maroon}
span.dir{color:purple}
--></style>
<body>
<header>
	<section class="left">
		<a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/book.asciidoc">User guide</a>
		<a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/getting_started.asciidoc">Tutorials</a>
	</section>
	<a href="/" class="logo"><img src="res/logo-small.png" alt="Erlang.mk" height="200" width="206"/></a>
	<section class="right">
		<a href="https://github.com/ninenines/erlang.mk/tree/master/index">470+ packages</a>
		<a href="https://github.com/ninenines/erlang.mk/issues">Issues?</a>
	</section>
</header>
<main>
<h1>A build tool for Erlang that just works</h1>
<p>Erlang.mk is a modern build tool that embraces the diversity of the
Erlang ecosystem and provides support for everything you need.</p>
<p>It runs everywhere: Linux, FreeBSD, OSX and even Windows.</p>
<p>Getting started with Erlang.mk is easy as pie. Even kids can do it.</p>
<p>You don't need to be a Makefile pro. It's that simple:</p>
<pre><code>
<span class="var">PROJECT</span> <span class="op">=</span> webchat
<span class="var">DEPS</span> <span class="op">=</span> cowboy
<span class="dir">include</span> erlang.mk
</code></pre>
</main>
</body>
</html>