summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e0c576..468d042 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,11 @@ rdoc :
notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
+
+autopep8 :
+ autopep8 -ir test ot examples
+aautopep8 :
+ autopep8 -air test ot examples
FORCE :