Нет описания

Jared Flatow 80b02f1115 Add PROJECT_MOD var to make the app callback module configurable 8 лет назад
core 80b02f1115 Add PROJECT_MOD var to make the app callback module configurable 8 лет назад
doc 80b02f1115 Add PROJECT_MOD var to make the app callback module configurable 8 лет назад
index 4e12e6a318 Add Rust plugin and helper library to index 8 лет назад
plugins 7f382fb996 Bump relx version to 3.19.0 9 лет назад
test dac7b40e78 Add test case demonstrating issue 447. 9 лет назад
.gitignore f35f0f2c84 Rework package testing 9 лет назад
LICENSE 11dd48fba8 Update copyright year 10 лет назад
Makefile 1981748cb1 Add a command to update the Erlang.mk guide online 9 лет назад
README.asciidoc 730c33ebe9 Write a new README, keep parts of the old one as legacy 9 лет назад
README.legacy.md 6c4a17ee75 Add possibility to specify custom ErlyDTL options 9 лет назад
appveyor.yml 03f2c683ac Tweak public CI configuration 9 лет назад
build.config fd32ae501b List third party plugins; remove Elvis 9 лет назад
circle.yml 1ceffe2a00 Use OTP 18.2.1 on CircleCI 9 лет назад
erlang.mk a294038c83 Replace make with $(MAKE) for BSD compatibility 10 лет назад
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].