aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 097cd58cc2b3951a51852c210ad9523368a0a9c1 (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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>erlang.mk</title>
</head>
<style type="text/css"><!--
body{font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;margin:0 auto;padding:0;width:906px}
a{color:#d9230f;text-decoration:none}
header {margin:auto;width:450px}
header section{display:inline-block;vertical-align:middle}
header section.left{text-align:right}
header section.right{text-align:left}
header section a{display:block;margin:1.5em 1em}
header a.logo{display:inline-block;margin:auto;vertical-align:middle;width:206px}
main h1{text-align:center}
--></style>
<body>
<header>
	<section class="left">
		<a href="/guide/">User guide</a>
		<a href="/tutorials/">Tutorials</a>
	</section>
	<a href="/" class="logo"><img src="res/logo-small.png" height="200" width="206"/></a>
	<section class="right">
		<a href="/packages/">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>Erlang.mk ships with hundreds of Erlang packages.</p>
<p>You don't need to be a Makefile pro. It's that simple:</p>
<pre>
PROJECT = webchat
DEPS = cowboy
include erlang.mk
</pre>
</main>
</body>
</html>