No Description

Loïc Hoguin 720220805d Disable Mercurial test 4 years ago
core 06898f32c8 Fix `query-deps` for projects without deps 4 years ago
doc 9de378e9b0 Add initial Concuerror integration 4 years ago
etc c17d8624db Move docker directory to etc/ 5 years ago
index 472c405699 Update jsx master -> main branch repository 4 years ago
plugins 764f9a2526 plugins/concuerror.mk: Use $(MAKE) instead of hard-coding `make` 4 years ago
test 720220805d Disable Mercurial test 4 years ago
.gitignore f35f0f2c84 Rework package testing 9 years ago
CHANGELOG.asciidoc 9de378e9b0 Add initial Concuerror integration 4 years ago
LICENSE f2be0f9f04 Update Copyright notices 8 years ago
Makefile 2163fef859 Print a changelog when updating Erlang.mk 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 9de378e9b0 Add initial Concuerror integration 4 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 89f2eca925 Do minimal checks to pkg_add.sh args 5 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].