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:57:57 -0800
commitce2c10fe2180cbb5ae45264fbe8f527f10a1fefd (patch)
tree4f3f2002ce00703480ffb2fef488945f82b377e8
parentb2ee4e7f46755114a8622444ebfb721d6cf87721 (diff)
downloadcouchdb-separate-compile-make-targets.tar.gz
Separate out Fauxton compilation from core CouchDBseparate-compile-make-targets
-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/