diff options
Diffstat (limited to 'priv/templates/erl_ini.dtl')
-rw-r--r-- | priv/templates/erl_ini.dtl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/priv/templates/erl_ini.dtl b/priv/templates/erl_ini.dtl new file mode 100644 index 0000000..b2ce5bc --- /dev/null +++ b/priv/templates/erl_ini.dtl @@ -0,0 +1,4 @@ +[erlang] +Bindir={{ bin_dir }} +Progname=erl +Rootdir={{ output_dir }} |