aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-11-18 18:43:12 +0200
committerLoïc Hoguin <[email protected]>2014-11-18 18:43:12 +0200
commitd5de756707a047d4872342fff10f7c43530a6e17 (patch)
treeb46ceb7d36e4fafb751ed31b0659bfefabc591e4 /README.md
parente523171600610df7235053fa929bc6ee0dbb393e (diff)
parentffe08666ea9b365512310b3408a1397f87cb766c (diff)
downloaderlang.mk-d5de756707a047d4872342fff10f7c43530a6e17.tar.gz
erlang.mk-d5de756707a047d4872342fff10f7c43530a6e17.tar.bz2
erlang.mk-d5de756707a047d4872342fff10f7c43530a6e17.zip
Merge branch 'erlc-excl' of git://github.com/efcasado/erlang.mk
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index bcb5042..e9f42a4 100644
--- a/README.md
+++ b/README.md
@@ -215,6 +215,11 @@ variable. It takes the arguments that will then be passed to
You can specify a list of modules to be compiled first using
the `COMPILE_FIRST` variable.
+You can also use the `ERLC_EXCLUDE` variable to prevent some
+modules from being compiled by the core compiler. Note that
+`ERLC_EXCLUDE` is a list of module names (i.e., no file extension
+is required).
+
If `{id, "git"},` is found in your project's `.app.src`, the
extended output of `git describe ...` will replace it. This
can be retrieved at runtime via `application:get_key/2`.