diff options
author | Loïc Hoguin <[email protected]> | 2016-02-26 20:38:07 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-02-26 20:38:53 +0100 |
commit | 7fc809a30a2566463599b1743f242bf7a84dc864 (patch) | |
tree | 47624763bdd1336b400ba0a00990b3d546525346 /doc/src | |
parent | 0f600ded313932285845eae7946cf640ccebf70a (diff) | |
parent | beb91d09d4ac8a6f1adcbddbd2100cf029c86e20 (diff) | |
download | erlang.mk-7fc809a30a2566463599b1743f242bf7a84dc864.tar.gz erlang.mk-7fc809a30a2566463599b1743f242bf7a84dc864.tar.bz2 erlang.mk-7fc809a30a2566463599b1743f242bf7a84dc864.zip |
Merge branch 'mix.mk' of https://github.com/botsunit/erlang.mk
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/guide/external_plugins_list.asciidoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/guide/external_plugins_list.asciidoc b/doc/src/guide/external_plugins_list.asciidoc index 7e79757..f30797f 100644 --- a/doc/src/guide/external_plugins_list.asciidoc +++ b/doc/src/guide/external_plugins_list.asciidoc @@ -37,6 +37,12 @@ An https://github.com/ninenines/lfe.mk[LFE plugin] for Erlang.mk. LFE, or http://lfe.io/[Lisp Flavoured Erlang], is an alternative language for the BEAM. +=== mix.mk + +A https://github.com/botsunit/mix.mk[Mix plugin] for Erlang.mk, +to generate a compatible configuration file for +http://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html[Mix]. + === reload.mk A https://github.com/bullno1/reload.mk[live reload plugin] for Erlang.mk. |