README.asciidoc 471 B

12345678910111213141516171819
  1. = Erlang.mk
  2. A build tool for Erlang that just works.
  3. http://erlang.mk/ - http://erlang.mk/guide/[User guide]
  4. Embrace the power and simplicity of Makefiles.
  5. [source,make]
  6. PROJECT = webchat
  7. DEPS = cowboy
  8. dep_cowboy_commit = 2.8.0
  9. include erlang.mk
  10. http://erlang.mk/guide/getting_started.html[Get started]
  11. Tested and supported on
  12. http://erlang.mk/guide/installation.html#_on_unix[Linux, FreeBSD, OSX]
  13. and http://erlang.mk/guide/installation.html#_on_windows[Windows].