Нет описания

Loïc Hoguin 373122de2f Use := instead of = for list of files 8 лет назад
core 373122de2f Use := instead of = for list of files 8 лет назад
doc 5b304e2c98 Add chapter about self-extracting releases 8 лет назад
index 9990541092 Fix erlexec application name 8 лет назад
plugins 373122de2f Use := instead of = for list of files 8 лет назад
test e602fa7c7f Small tweak to make it easier for me to notice test failures 8 лет назад
.gitignore f35f0f2c84 Rework package testing 9 лет назад
LICENSE f2be0f9f04 Update Copyright notices 8 лет назад
Makefile 9ad930ca46 Tweak this repo's "make clean" 8 лет назад
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 55b74f5d01 Add self-extracting/running archives for releases 8 лет назад
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].