aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-08 11:29:29 +0100
committerLoïc Hoguin <[email protected]>2016-01-08 11:29:29 +0100
commit536702a84f5474beb83e044946e9533dec5d04e8 (patch)
treea811ef6530f80468cc558d5d4c535a3d0beecdd7
parent7b3419a5f7d06a51ac15530cf2a1b1e12cecf8e0 (diff)
downloadlfe.mk-536702a84f5474beb83e044946e9533dec5d04e8.tar.gz
lfe.mk-536702a84f5474beb83e044946e9533dec5d04e8.tar.bz2
lfe.mk-536702a84f5474beb83e044946e9533dec5d04e8.zip
Make LFE a build dep
I don't think anyone needs it in production if it compiles to BEAM files? If not, do tell me.
-rw-r--r--README.asciidoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 1faeae4..b35f2fa 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -4,9 +4,7 @@ http://lfe.io/[LFE] plugin for http://erlang.mk/[Erlang.mk]
[source,make]
----
-DEPS = lfe
-
-BUILD_DEPS = lfe.mk
+BUILD_DEPS = lfe lfe.mk
dep_lfe.mk = git https://github.com/ninenines/lfe.mk master
DEP_PLUGINS = lfe.mk