Added rebar.config

This commit is contained in:
Juan Wajnerman
2013-10-19 14:25:22 -03:00
parent ed55266b25
commit 2acb3d49fc
3 changed files with 16 additions and 54 deletions

3
rebar.config Normal file
View File

@@ -0,0 +1,3 @@
{post_hooks, [
{compile, "make zones"}
]}.