diff options
author | Brad Anderson <brad@cloudant.com> | 2010-08-18 16:48:50 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-18 17:19:38 -0400 |
commit | bb9e2cef0c8f681dc38e09ee4e427649d89d1b44 (patch) | |
tree | 32230aa62f2b3941f03e9ff91727efe8a430ecac /.rebar/templates/make.template | |
parent | 6d18638d747374cb0e90e9bcbefbc71d959254fd (diff) |
lay down cloudant build system.
Diffstat (limited to '.rebar/templates/make.template')
-rw-r--r-- | .rebar/templates/make.template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.rebar/templates/make.template b/.rebar/templates/make.template new file mode 100644 index 00000000..2c40ba37 --- /dev/null +++ b/.rebar/templates/make.template @@ -0,0 +1,5 @@ +{variables, [{prefix, "/opt"}, + {data, "/srv/db"}, + {view, "/srv/view_index"}, + {user, "dbcore"}]}. +{template, "./Makefile", "Makefile"}. |