summaryrefslogtreecommitdiff
path: root/include/rebar.hrl
blob: fba588576fa10683f8a1ea5084305013b08badc5 (plain)
1
2
3
4
5
6
7
8

-record(global_state, { working_dir }).

-define(CONSOLE(Str, Args), io:format(Str, Args)).
-define(WARN(Str, Args), io:format("WARN: " ++ Str, Args)).

-define(FAIL, throw({error, failed})).