summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@apache.org>2014-12-30 16:33:21 -0800
committerRussell Branca <chewbranca@apache.org>2015-01-02 11:59:44 -0800
commit21edce952e21371777d2a880eae7499c0046ed2f (patch)
tree4f3f2002ce00703480ffb2fef488945f82b377e8
parentb2ee4e7f46755114a8622444ebfb721d6cf87721 (diff)
downloadcouchdb-21edce952e21371777d2a880eae7499c0046ed2f.tar.gz
Separate out Fauxton compilation from core CouchDB
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b4878d8a1..1efd466d1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations under
# the License.
-all: compile
+all: config.erl couch fauxton
config.erl:
@echo "Apache CouchDB has not been configured."
@@ -18,7 +18,7 @@ config.erl:
@echo
@false
-compile: config.erl fauxton
+couch:
@rebar compile
@cp src/couch/priv/couchjs bin/