mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
7 lines
141 B
Text
7 lines
141 B
Text
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
||
|
%% ex: ts=4 sw=4 ft=erlang et
|
||
|
{erl_opts,
|
||
|
[
|
||
|
{i, "extra_include"}
|
||
|
]}.
|