Нет описания

Loïc Hoguin 3f4e72eb82 Fix .app.src.script autopatch when no .app.src is present 3 лет назад
core 8a5c11e530 Fix .app.src.script autopatch when no .app.src is present 3 лет назад
doc 393147ad48 Add dep version in examples in README and user guide 4 лет назад
etc c17d8624db Move docker directory to etc/ 5 лет назад
index 579e9f397b Update canonical cuttlefish package location 4 лет назад
plugins aa0053cc59 Temporary, incomplete fix for OTP-25 Relx 3 лет назад
test d80984c103 core/deps.mk: Support Rebar lock files with version "1.2.0" 4 лет назад
.gitignore f35f0f2c84 Rework package testing 9 лет назад
CHANGELOG.asciidoc 4fdc52c60c Add support for publishing Hex releases and docs 4 лет назад
LICENSE f2be0f9f04 Update Copyright notices 8 лет назад
Makefile 2163fef859 Print a changelog when updating Erlang.mk 6 лет назад
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 89f2eca925 Do minimal checks to pkg_add.sh args 5 лет назад

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