mirror of
https://github.com/valitydev/parse_trans.git
synced 2024-11-06 08:35:17 +00:00
fixed compilation order
This commit is contained in:
parent
78e714e713
commit
363c2edad6
7
rebar.config
Normal file
7
rebar.config
Normal 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]}.
|
Loading…
Reference in New Issue
Block a user