From ffe08666ea9b365512310b3408a1397f87cb766c Mon Sep 17 00:00:00 2001 From: Enrique Fernandez Date: Tue, 11 Nov 2014 09:27:44 +0100 Subject: Add support for excluding erl files --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9672670..1255c2d 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`. -- cgit v1.2.3