summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-06-15 14:48:12 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-06-15 14:48:12 -0500
commit8a0d8ad7a56d0708956567bdf1581b04b46f7f94 (patch)
treea2411b965b7d234b4e53f8dad8ba3b0a8a10e95c /rebar.config.sample
parent09355b0e638f29bea447c0e2681e8025add87571 (diff)
parent49c25642b3da6796c05385b76160178e3c9a2c83 (diff)
downloadrebar-8a0d8ad7a56d0708956567bdf1581b04b46f7f94.tar.gz
Merge pull request #285 from nevar/fix_inheritance
Fix #249 (erlc regression)
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 47812c1..d154ac1 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -21,7 +21,7 @@
%% Erlang files to compile before the rest. Rebar automatically compiles
%% parse_transforms and custom behaviours before anything other than the files
%% in this list.
-{erl_first_files, ["mymib1", "mymib2"]}.
+{erl_first_files, ["src/mymib1.erl", "src/mymib2.erl"]}.
%% Erlang compiler options
{erl_opts, [no_debug_info,