Current section

Files

Jump to
pcsc rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, [
{lager, "3.8.0"}
]}.
{shell, [
{apps, [pcsc]},
{config, "config/app.config"}
]}.
{plugins, [rebar3_hex]}.
{pre_hooks,
[{"(linux|darwin|solaris)", compile, "make -C c_src"},
{"(freebsd|openbsd)", compile, "gmake -C c_src"}]}.
{post_hooks,
[{"(linux|darwin|solaris)", clean, "make -C c_src clean"},
{"(freebsd|openbsd)", clean, "gmake -C c_src clean"}]}.