summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-11-25 15:23:42 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-11-25 15:23:42 -0700
commitb7e2088c273708bd5ce46b3c135c20f2229c7ccf (patch)
treebd6d3a9d345465d87a8e6d3a56b41067f81086ce /include
Initial commit
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
new file mode 100644
index 0000000..2584f9d
--- /dev/null
+++ b/include/rebar.hrl
@@ -0,0 +1,4 @@
+
+-record(global_state, { working_dir }).
+
+-define(CONSOLE(Str, Args), io:format(Str, Args)).