rebar/include/rebar.hrl

7 lines
133 B
Erlang
Raw Normal View History

2009-11-25 22:23:42 +00:00
-record(global_state, { working_dir }).
-define(CONSOLE(Str, Args), io:format(Str, Args)).
-define(FAIL, throw({error, failed})).