No Description

Loïc Hoguin 16f910156a Add testing of building packages from hex.pm 1 year ago
core 77e5acb2dd Autopatch: Include $LBLIBS when compiling c_src files 1 year ago
doc ec5d5db8fe Deps: Add a project-specific patch for hut 1 year ago
etc c17d8624db Move docker directory to etc/ 5 years ago
index 5e04cbde88 Remove packages that look unmaintained and fail to compile 1 year ago
plugins 063a24a832 Add missing dot breaking Relx eval after upgrade to Relx 4 2 years ago
test 16f910156a Add testing of building packages from hex.pm 1 year ago
.gitignore 30006c6169 Update .gitignore 3 years ago
CHANGELOG.asciidoc 2f5e90da51 Autopatch: Move to Rebar3 1 year ago
LICENSE f2be0f9f04 Update Copyright notices 8 years ago
Makefile 16f910156a Add testing of building packages from hex.pm 1 year ago
README.asciidoc 393147ad48 Add dep version in examples in README and user guide 4 years ago
README.legacy.md f02b4285f6 Document parallel building 6 years ago
build.config 4fdc52c60c Add support for publishing Hex releases and docs 4 years ago
erlang.mk f361821960 Speed up the git clone download by using shallow downloads. 7 years ago
packages.v2.tsv 857f595ed5 Bundle the package index directly inside erlang.mk 9 years ago
pkg_add.sh 89f2eca925 Do minimal checks to pkg_add.sh args 5 years ago
scrape_hexpm.sh 16f910156a Add testing of building packages from hex.pm 1 year 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
dep_cowboy_commit = 2.8.0
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].