summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c87f004..d5827238 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean:
sterile: clean
-rm -rf .tox*
-LINTABLE = coverage setup.py test
+LINTABLE = coverage igor.py setup.py test
lint:
-pylint --rcfile=.pylintrc $(LINTABLE)