Browse Source

rebar.config.sample: document escriptize options

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
a6617bdaff
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      rebar.config.sample

+ 7
- 0
rebar.config.sample View File

@ -67,6 +67,13 @@
{"linux", "priv/hello_linux", ["c_src/hello_linux.c"]},
{"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}]}.
%% == escriptize ==
{escript_name, "application"}.
{escript_incl_apps, []}.
{escript_shebang, "#!/usr/bin/env escript\n"}.
{escript_comment, "%%\n"}.
{escript_emu_args, "%%! -pa ~s/~s/ebin\n"}.
%% == LFE Compiler ==
%% LFE files to compile before the rest

Loading…
Cancel
Save