Нет описания

Loïc Hoguin f73a474f2f Don't try to load ci.erlang.mk when testing packages 7 лет назад
core 1a5adc65f0 Use dep rather than package names in .app files 7 лет назад
doc 1e2ab259cf docs: use `make` instead of deprecated homebrew `homebrew/dupes/mak` 7 лет назад
index ee17170d42 Add package escalus to the index 7 лет назад
plugins ec53835785 Add output directory for generated EDoc 7 лет назад
test f73a474f2f Don't try to load ci.erlang.mk when testing packages 7 лет назад
.gitignore f35f0f2c84 Rework package testing 9 лет назад
LICENSE f2be0f9f04 Update Copyright notices 8 лет назад
Makefile 8654d90d60 Add a lint command 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 b908a7a79a Add experimental pinning of Erlang/OTP version 7 лет назад
erlang.mk 885b62a143 Revert change to erlang.mk file 8 лет назад
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].