Нет описания

Loïc Hoguin 7ab15608ec Fix ci for NIFs, env.mk must be removed between versions 6 лет назад
core 8f6aef7c05 Add the version fetched to the DEP line 6 лет назад
doc 208a116238 Add basic documentation for Triq plugin 6 лет назад
docker b20df2d7fb Add dockerfile to support development on linux 7 лет назад
index d27c8c9f68 Update triq urls 6 лет назад
plugins 7ab15608ec Fix ci for NIFs, env.mk must be removed between versions 6 лет назад
test dfe090d1b4 Add $(TEST_DIR) to the default value of SHELL_PATHS 6 лет назад
.gitignore f35f0f2c84 Rework package testing 9 лет назад
LICENSE f2be0f9f04 Update Copyright notices 8 лет назад
Makefile ca7fcc22e1 Use --always in git describe 7 лет назад
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 лет назад
build.config ad88794506 Add support for Sphinx documentation builder 7 лет назад
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].