diff options
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/reltool.config b/reltool.config new file mode 100644 index 0000000..c0e1b2c --- /dev/null +++ b/reltool.config @@ -0,0 +1,16 @@ +%% -*- mode: erlang -*- +{sys, [ + {lib_dirs, [".."]}, + {erts, [{mod_cond, derived}, {app_file, strip}]}, + {app_file, strip}, + {rel, "catlfish", "0.1.1", + [ + kernel, + stdlib, + sasl, + catlfish + ]}, + {boot_rel, "catlfish"}, + {app, catlfish, [{app_file, all}]} +%% {app, plop, [{mod_cond, app}, {incl_cond, include}, {lib_dir, "../plop"}]} + ]}. |