aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-03 10:19:45 +0100
committerLoïc Hoguin <[email protected]>2016-01-03 10:23:29 +0100
commit7b3419a5f7d06a51ac15530cf2a1b1e12cecf8e0 (patch)
tree7492e924120e37d89447699aa34faf4ad259b72d /README.asciidoc
downloadlfe.mk-7b3419a5f7d06a51ac15530cf2a1b1e12cecf8e0.tar.gz
lfe.mk-7b3419a5f7d06a51ac15530cf2a1b1e12cecf8e0.tar.bz2
lfe.mk-7b3419a5f7d06a51ac15530cf2a1b1e12cecf8e0.zip
Initial commit
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
new file mode 100644
index 0000000..1faeae4
--- /dev/null
+++ b/README.asciidoc
@@ -0,0 +1,19 @@
+= 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.