README.asciidoc 445 B

123456789101112131415161718
  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. include erlang.mk
  9. http://erlang.mk/guide/getting_started.html[Get started]
  10. Tested and supported on
  11. http://erlang.mk/guide/installation.html#_on_unix[Linux, FreeBSD, OSX]
  12. and http://erlang.mk/guide/installation.html#_on_windows[Windows].