summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-14 11:41:21 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-14 11:41:21 +0200
commit8ba983dea4a44fdf9946e4031db621815852394c (patch)
tree8c55e92929d6e8a94c62773f48f05d8103e8f90f /Makefile
parentda8f6119484642eca6e8efb3e5aaecce7a777622 (diff)
update doc + speedup autopep8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 95714b8..5fa80e9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,9 +58,9 @@ notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
autopep8 :
- autopep8 -ir test ot examples
+ autopep8 -ir test ot examples --jobs -1
aautopep8 :
- autopep8 -air test ot examples
+ autopep8 -air test ot examples --jobs -1
FORCE :