fixed compilation order

This commit is contained in:
Ulf Wiger 2010-10-04 10:52:28 +02:00
parent 78e714e713
commit 363c2edad6

7
rebar.config Normal file
View File

@ -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]}.