No Description

Stanislav Ovchar 61515029bd Add core-app-hlr test to verify inlude_lib between apps 7 years ago
core c5250f4c82 Escape double quotes when passing ERLC_OPTS during tests 7 years ago
doc acad32896e Document PROJECT_ENV usage with/without file 7 years ago
docker b20df2d7fb Add dockerfile to support development on linux 7 years ago
index 9245b41f6c Add package otpbp to the index 7 years ago
plugins 0e51f89ea7 Add undocumented option DIALYZER_PLT_OPTS 7 years ago
test 61515029bd Add core-app-hlr test to verify inlude_lib between apps 7 years ago
.gitignore f35f0f2c84 Rework package testing 9 years ago
LICENSE f2be0f9f04 Update Copyright notices 8 years ago
Makefile ca7fcc22e1 Use --always in git describe 7 years ago
README.asciidoc 730c33ebe9 Write a new README, keep parts of the old one as legacy 9 years ago
README.legacy.md 6c4a17ee75 Add possibility to specify custom ErlyDTL options 9 years ago
build.config ad88794506 Add support for Sphinx documentation builder 7 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 857f595ed5 Bundle the package index directly inside erlang.mk 9 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].