From 2a869b4cd7d56316a52ed14bf80d3054e0f5d1ca Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 6 Nov 2019 13:23:59 -0500 Subject: faster build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b684bf..8dbd176 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - python setup.py build_ext --inplace + python setup.py build_ext --inplace -j4 clean: find pyisda \( -name *.c -o -name *.h -o -name *.so -o -name *.cpp -o -name *.html \) -exec rm {} \; -- cgit v1.2.3-70-g09d2