No Description

Jean-Sébastien Pédron 4717afcc48 Use an intermediate timestamp file to know when to touch source files 9 years ago
core 4717afcc48 Use an intermediate timestamp file to know when to touch source files 8 years ago
doc ce741ddc9c Simplify the curl method to get erlang.mk 8 years ago
index 9990541092 Fix erlexec application name 8 years ago
plugins 4717afcc48 Use an intermediate timestamp file to know when to touch source files 8 years ago
test 4717afcc48 Use an intermediate timestamp file to know when to touch source files 8 years ago
.gitattributes d8334655a1 Don't include erlang.mk file in diffs 8 years ago
.gitignore f35f0f2c84 Rework package testing 9 years ago
LICENSE f2be0f9f04 Update Copyright notices 8 years ago
Makefile f2be0f9f04 Update Copyright notices 8 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
appveyor.yml 03f2c683ac Tweak public CI configuration 9 years ago
build.config 55b74f5d01 Add self-extracting/running archives for releases 8 years ago
circle.yml 1ceffe2a00 Use OTP 18.2.1 on CircleCI 9 years ago
erlang.mk a294038c83 Replace make with $(MAKE) for BSD compatibility 10 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].