summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56a0c2d..5e6c1ca 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ all:
check:
python -m CoverageTestRunner --ignore-missing-from=without-tests
rm .coverage
-
+ pep8 ttystatus
+
clean:
rm -f .coverage ttystatus/*.py[co]
rm -rf build