Нет описания

Oleksii Semilietov 3396e17fa8 Fix compatibility with Relx v4 regarding {git, short} && {git, long} 2 лет назад
core 7f7db5d1e6 Support optional applications 1 год назад
doc 9dcbdfed7f Add Common Test Sub Group example 1 год назад
etc c17d8624db Move docker directory to etc/ 5 лет назад
index a6c516db2b Fix typos 1 год назад
plugins 3396e17fa8 Fix compatibility with Relx v4 regarding {git, short} && {git, long} 1 год назад
test 7f7db5d1e6 Support optional applications 1 год назад
.gitignore 30006c6169 Update .gitignore 3 лет назад
CHANGELOG.asciidoc 0f3874feae Update CHANGELOG regarding removed packages 1 год назад
LICENSE f2be0f9f04 Update Copyright notices 8 лет назад
Makefile 16f910156a Add testing of building packages from hex.pm 1 год назад
README.asciidoc 393147ad48 Add dep version in examples in README and user guide 4 лет назад
README.legacy.md f02b4285f6 Document parallel building 6 лет назад
build.config 4fdc52c60c Add support for publishing Hex releases and docs 4 лет назад
erlang.mk f361821960 Speed up the git clone download by using shallow downloads. 7 лет назад
packages.v2.tsv 857f595ed5 Bundle the package index directly inside erlang.mk 9 лет назад
pkg_add.sh a6c516db2b Fix typos 1 год назад
scrape_hexpm.sh 16f910156a Add testing of building packages from hex.pm 1 год назад

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