Skip to content

Commit

Permalink
fixed compilation order
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Wiger committed Oct 4, 2010
1 parent 78e714e commit 363c2ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rebar.config
@@ -0,0 +1,7 @@
%% -*- erlang -*-
{erl_first_files, ["src/parse_trans.erl",
"src/parse_trans_pp.erl",
"src/parse_trans_codegen.erl"]}.

{erl_opts, [debug_info]}.
{xref_checks, [undefined_function_calls]}.

0 comments on commit 363c2ed

Please sign in to comment.