Нет описания

Loïc Hoguin 754edcb24d Fix distclean of cover dirs when they are the same 6 лет назад
core e1d2a82643 core_find: Ignore files with spaces to avoid issues 6 лет назад
doc 672f9310b5 Allow hooking before/after autopatch 6 лет назад
docker 0c8904031e Use 'Noninteractive' frontend in Dockerfile 6 лет назад
index f53fd8b427 Support Elixir as a dependency via ELIXIR_PATCH=1 6 лет назад
plugins 754edcb24d Fix distclean of cover dirs when they are the same 6 лет назад
test bac26c547c Add COVER_APPS and COVER_DEPS to cover compile other apps/deps 6 лет назад
.gitignore f35f0f2c84 Rework package testing 9 лет назад
CHANGELOG.asciidoc 44fe1e993f Default COVER_DATA_DIR now the same as COVER_REPORT_DIR 6 лет назад
LICENSE f2be0f9f04 Update Copyright notices 8 лет назад
Makefile 2163fef859 Print a changelog when updating Erlang.mk 6 лет назад
README.asciidoc 730c33ebe9 Write a new README, keep parts of the old one as legacy 9 лет назад
README.legacy.md f02b4285f6 Document parallel building 6 лет назад
build.config 7a514c6a37 Modernize the protobuffs plugin 6 лет назад
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 857f595ed5 Bundle the package index directly inside erlang.mk 9 лет назад

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