From ce2c10fe2180cbb5ae45264fbe8f527f10a1fefd Mon Sep 17 00:00:00 2001 From: Russell Branca Date: Tue, 30 Dec 2014 16:33:21 -0800 Subject: Separate out Fauxton compilation from core CouchDB --- Makefile | 4 ++-- 1 file 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/ -- cgit v1.2.1