summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-04-18 19:05:47 +0300
committerLars Wirzenius <liw@liw.fi>2015-04-18 19:05:47 +0300
commitad0b4f6096a37611a536243f13ff671fd6969a09 (patch)
tree03f9521543d99c95d3a0f786d89fdfcc3469c81a /Makefile
parent692a0885b8f36233f88f1dfc5185b2bf9791cbf0 (diff)
downloadsummain-ad0b4f6096a37611a536243f13ff671fd6969a09.tar.gz
Run pep8 in check; fix problems found
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b04b82a..a1d3486 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,8 @@ check:
python -m CoverageTestRunner
rm -f .coverage
cmdtest tests
-
+ pep8 summain summainlib.py summainlib_tests.py
+
clean:
python setup.py clean
rm -rf *.pyc .coverage summain.1 build _summain.so