diff options
| author | Adam Kocoloski <adam@cloudant.com> | 2010-08-18 14:22:46 -0400 |
|---|---|---|
| committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-18 14:22:46 -0400 |
| commit | 89affb0a7cb9769641ed2cdd45544b26748ca93e (patch) | |
| tree | 9e73f3920f815f5a9ee92928448cff633d7ab710 /apps/chttpd/Makefile | |
| parent | 80a42af43128e6750407952938d722a3ce4c1c99 (diff) | |
| parent | e1dda6bc6219d7ac33ea75d56b9c02f5063b4787 (diff) | |
Add 'apps/chttpd/' from commit 'e1dda6bc6219d7ac33ea75d56b9c02f5063b4787'
git-subtree-dir: apps/chttpd
git-subtree-mainline: 80a42af43128e6750407952938d722a3ce4c1c99
git-subtree-split: e1dda6bc6219d7ac33ea75d56b9c02f5063b4787
Diffstat (limited to 'apps/chttpd/Makefile')
| -rw-r--r-- | apps/chttpd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/chttpd/Makefile b/apps/chttpd/Makefile new file mode 100644 index 00000000..206156f9 --- /dev/null +++ b/apps/chttpd/Makefile @@ -0,0 +1,10 @@ +all: compile + +compile: + @./rebar compile + +clean: + @./rebar clean + +compilenative: + @./rebar compile erl_opts=native |
