diff options
| author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-07-20 22:39:26 -0400 |
|---|---|---|
| committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-07-20 22:39:26 -0400 |
| commit | 810cb6fdd86452b75e520fc17daec40ba36eba13 (patch) | |
| tree | ec16094768c947d92273bccf8e6d520e9bb248a8 /rebar.config | |
Initial OTP application skeleton
rebar3-generated er_xdg_pipe_menu app/supervisor scaffold, to be filled
in with XDG .desktop file discovery/parsing and openbox pipemenu
generation. MIT licensed.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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]} +]}. |
