diff options
author | Robert Newson <rnewson@apache.org> | 2014-09-05 22:09:53 +0100 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2014-09-05 22:09:53 +0100 |
commit | 44a5851673cb2dba186e4a4250a4860be9b03ff2 (patch) | |
tree | c81312e6e1b25199d6625ec0f7b8e8538de6b441 | |
parent | 7f9a7cff23a3569527d0197b49f6a1fcce154239 (diff) | |
download | couchdb-44a5851673cb2dba186e4a4250a4860be9b03ff2.tar.gz |
create couchjs where eunit expects it
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d56dc6b9d..6fd97e27a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ share/server/main.js src/couch/priv/couch_js/config.h src/couch/priv/couchjs src/couch/priv/couchspawnkillable + +bin/ @@ -21,6 +21,7 @@ config.erl: compile: config.erl @echo "==> couchjs (compile)" @rebar compile + @cp src/couch/priv/couchjs bin/ clean: @echo "==> couchjs (clean)" |