No Description

Jeffrey Griffin 9ca56c4585 fix removing deps.log at toplevel when in a multi-app layout 8 years ago
core 9ca56c4585 fix removing deps.log at toplevel when in a multi-app layout 8 years ago
doc e0ebd0a1f3 Fix Archlinux Installation Instructions 8 years ago
index 0352abfd3c Add package asciideck to the index 8 years ago
plugins f4e69407d8 Use $(if) instead of ifeq and add a test for RELX_TAR=0 8 years ago
test 9ca56c4585 fix removing deps.log at toplevel when in a multi-app layout 8 years ago
.gitignore f35f0f2c84 Rework package testing 9 years ago
LICENSE f2be0f9f04 Update Copyright notices 8 years ago
Makefile 5b67a3220b Makefile: Set LC_COLLATE=C when building erlang.mk 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
build.config 047cab02fc build.config: Move erlydtl to run later 8 years ago
erlang.mk 885b62a143 Revert change to erlang.mk file 8 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].