No Description

Loïc Hoguin 6e5ff123ae Merge branch 'fix_grep' of https://github.com/ingwinlu/erlang.mk 9 years ago
core 6e5ff123ae Merge branch 'fix_grep' of https://github.com/ingwinlu/erlang.mk 9 years ago
doc 7fc809a30a Merge branch 'mix.mk' of https://github.com/botsunit/erlang.mk 9 years ago
index cba40ae35b Use the develop branch 9 years ago
plugins 6164c815c3 Correct output of bootstrap help target 9 years ago
test ec4d6d60c8 Properly write hex dependencies in rebar.config for Rebar3 9 years ago
.gitignore f35f0f2c84 Rework package testing 9 years ago
LICENSE 11dd48fba8 Update copyright year 10 years ago
Makefile 1981748cb1 Add a command to update the Erlang.mk guide online 9 years ago
README.asciidoc 730c33ebe9 Write a new README, keep parts of the old one as legacy 9 years ago
README.legacy.md 730c33ebe9 Write a new README, keep parts of the old one as legacy 9 years ago
appveyor.yml 03f2c683ac Tweak public CI configuration 9 years ago
build.config fd32ae501b List third party plugins; remove Elvis 9 years ago
circle.yml 1ceffe2a00 Use OTP 18.2.1 on CircleCI 9 years ago
erlang.mk a294038c83 Replace make with $(MAKE) for BSD compatibility 10 years ago
packages.v2.tsv 857f595ed5 Bundle the package index directly inside erlang.mk 9 years ago
pkg_add.sh 857f595ed5 Bundle the package index directly inside erlang.mk 9 years ago

README.asciidoc

= 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].