changeset 39:54e0fc833615

Add -j4 to sub-build of assimp.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 22:23:39 +0300
parents 217cd6863772
children 2170556dc71f
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Aug 05 21:55:40 2013 +0300
+++ b/Makefile	Mon Aug 05 22:23:39 2013 +0300
@@ -125,7 +125,8 @@
 build-assimp:
 	unzip assimp--3.0.1270-source-only.zip && \
 	cd $(ASSIMP) && \
-	cmake . -DENABLE_BOOST_WORKAROUND=ON && make
+	cmake . -DENABLE_BOOST_WORKAROUND=ON && \
+	make -j4
 
 build-bass:
 	mkdir libbass/ && cd libbass && unzip ../bass24-linux.zip