blob: b35f2fa4f6393aeb12baca6186545e8c993f966d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
= LFE.mk
http://lfe.io/[LFE] plugin for http://erlang.mk/[Erlang.mk]
[source,make]
----
BUILD_DEPS = lfe 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.
|