mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Document port_first_files
This commit is contained in:
parent
0e3e94c253
commit
54259c5475
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
%% expression pass. Default is `"c_src/*.c"'
|
||||
{port_sources, ["c_src/*.c", {"R14", ["c_src/*.c"]}]}.
|
||||
|
||||
%% Port files to compile before the rest.
|
||||
{port_first_files, ["c_src/first.c", "c_src/second.c"]}.
|
||||
|
||||
%% Port compilation environment variables. See rebar_port_compiler.erl for
|
||||
%% more info. Default is `[]'
|
||||
{port_envs, []}.
|
||||
|
|
Loading…
Reference in a new issue