summaryrefslogtreecommitdiff
path: root/reltool.config
blob: 35100c2dd96e8d426130352ed39d41aee8b77df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% -*- mode: erlang -*-
{sys, [
       {lib_dirs, [".."]},
       {erts, [{mod_cond, derived}, {app_file, strip}]},
       {app_file, strip},
       {rel, "catlfish", "1.0.0",
        [
         kernel,
         stdlib,
         sasl,
         catlfish
        ]},
       {boot_rel, "catlfish"},
       {excl_archive_filters, ["^include$","^priv$","^\\.git$"]},
       {app, catlfish, [{app_file, all}]}
%%       {app, plop, [{mod_cond, app}, {incl_cond, include}, {lib_dir, "../plop"}]}
      ]}.