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 /apps | |
parent | 6d18638d747374cb0e90e9bcbefbc71d959254fd (diff) |
lay down cloudant build system.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/chttpd/Makefile | 10 | ||||
-rwxr-xr-x | apps/chttpd/rebar | bin | 63470 -> 0 bytes |
2 files changed, 0 insertions, 10 deletions
diff --git a/apps/chttpd/Makefile b/apps/chttpd/Makefile deleted file mode 100644 index 206156f9..00000000 --- a/apps/chttpd/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: compile - -compile: - @./rebar compile - -clean: - @./rebar clean - -compilenative: - @./rebar compile erl_opts=native diff --git a/apps/chttpd/rebar b/apps/chttpd/rebar Binary files differdeleted file mode 100755 index 68e1ec23..00000000 --- a/apps/chttpd/rebar +++ /dev/null |