aboutsummaryrefslogblamecommitdiffstats
path: root/README.asciidoc
blob: 1faeae41024eed88dd8dc134f327fe3516988604 (plain) (tree)


















                                                           
= LFE.mk

http://lfe.io/[LFE] plugin for http://erlang.mk/[Erlang.mk]

[source,make]
----
DEPS = lfe

BUILD_DEPS = lfe.mk
dep_lfe.mk = git https://github.com/ninenines/lfe.mk master
DEP_PLUGINS = lfe.mk

include erlang.mk
----

The command `make` will compile all LFE files in the 'src/'
directory.

The command `lfe-shell` will open an LFE shell.