summaryrefslogtreecommitdiff
path: root/priv/templates/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-16 19:36:04 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-16 19:36:04 -0500
commit884d298291e64fad99f096ee82018b568e0985f2 (patch)
tree2251d30abe9bf5890d2fd7506e74979149307df4 /priv/templates/rebar.config
parent71d9500997930a43f30bce863e05f3dbaa4fd3f4 (diff)
update templating
Diffstat (limited to 'priv/templates/rebar.config')
-rw-r--r--priv/templates/rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/priv/templates/rebar.config b/priv/templates/rebar.config
new file mode 100644
index 0000000..f618f3e
--- /dev/null
+++ b/priv/templates/rebar.config
@@ -0,0 +1,2 @@
+{erl_opts, [debug_info]}.
+{deps, []}. \ No newline at end of file