diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-25 16:03:14 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-25 16:03:14 -0700 |
commit | e52bb6783c34e1bacd419d787ee8fbad0a394624 (patch) | |
tree | bdc0a2025deb4ed514dc4e35985fc730b6f6c4c9 /include | |
parent | b7e2088c273708bd5ce46b3c135c20f2229c7ccf (diff) |
Getting basic erlang compilation working
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 2584f9d..4b75577 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -2,3 +2,5 @@ -record(global_state, { working_dir }). -define(CONSOLE(Str, Args), io:format(Str, Args)). + +-define(FAIL, throw({error, failed})). |