diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c2bcef7..26f715e 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {escript_incl_extra, [{"priv/templates/*", "."}]}. {escript_emu_args, "%%! +sbtu +A0 -noinput\n"}. {escript_incl_apps, - [getopt, erlware_commons, bbmustache, providers]}. + [getopt, erlware_commons, cf, bbmustache, providers]}. %% Compiler Options ============================================================ {erl_opts, |