summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2019-11-06 13:23:59 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2019-11-06 13:23:59 -0500
commit2a869b4cd7d56316a52ed14bf80d3054e0f5d1ca (patch)
treeb3e0d8caf3b241d5634a6297914bbb7b2ce6aaf8
parent1cafbe89ac8888e25690d4c4b5a07670fba3dd17 (diff)
downloadpyisda-2a869b4cd7d56316a52ed14bf80d3054e0f5d1ca.tar.gz
faster build
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 {} \;