No Description

Loïc Hoguin 8e655f1ada Add test for plugins that include the word rebar 6 years ago
core 8f15684726 Add rebar3 hex package define 6 years ago
doc 305080b98a Add the target help-plugins to document external plugins 6 years ago
docker 0c8904031e Use 'Noninteractive' frontend in Dockerfile 6 years ago
index 381523ed68 Update bcrypt repository 6 years ago
plugins 2d35cb644d Rebuild the env.mk file when the Erlang/OTP has changed 6 years ago
test 8e655f1ada Add test for plugins that include the word rebar 6 years ago
.gitignore f35f0f2c84 Rework package testing 9 years ago
LICENSE f2be0f9f04 Update Copyright notices 8 years ago
Makefile f07636e667 Allow running test cases without groups in CT 6 years ago
README.asciidoc 730c33ebe9 Write a new README, keep parts of the old one as legacy 9 years ago
README.legacy.md f02b4285f6 Document parallel building 6 years ago
build.config 7a514c6a37 Modernize the protobuffs plugin 6 years ago
erlang.mk f361821960 Speed up the git clone download by using shallow downloads. 7 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].