diff options
Diffstat (limited to 'rebar.config')
| -rw-r--r-- | rebar.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..8053a64 --- /dev/null +++ b/rebar.config @@ -0,0 +1,7 @@ +{erl_opts, [debug_info]}. +{deps, []}. + +{shell, [ + %% {config, "config/sys.config"}, + {apps, [er_xdg_pipe_menu]} +]}. |
