aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-17 16:46:59 +0100
committerLoïc Hoguin <[email protected]>2013-01-17 17:01:04 +0100
commitd20989e722c50afea4ed510f372bbbd9221b9048 (patch)
tree483fdbcc9ab03c922095ce234f6ef9e957e14b66 /rebar.config
parent0a101a324da969e51395d21e2782095a433b2084 (diff)
downloadranch-d20989e722c50afea4ed510f372bbbd9221b9048.tar.gz
ranch-d20989e722c50afea4ed510f372bbbd9221b9048.tar.bz2
ranch-d20989e722c50afea4ed510f372bbbd9221b9048.zip
Do not require rebar to build Ranch
All is done in the Makefile, like with Cowboy.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
1 files changed, 0 insertions, 6 deletions
diff --git a/rebar.config b/rebar.config
deleted file mode 100644
index ef0f6ed..0000000
--- a/rebar.config
+++ /dev/null
@@ -1,6 +0,0 @@
-{erl_opts, [
-%% bin_opt_info,
-%% warn_missing_spec,
- warnings_as_errors,
- warn_export_all
-]}.