浏览代码

rebar.config.sample: document escriptize options

pull/3/head
Tuncer Ayaz 12 年前
父节点
当前提交
a6617bdaff
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      rebar.config.sample

+ 7
- 0
rebar.config.sample 查看文件

@ -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

正在加载...
取消
保存