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

-record(global_state, { working_dir }).

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

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