summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b07de126..18de75add 100644
--- a/Makefile
+++ b/Makefile
@@ -114,3 +114,6 @@ create-archive:
pycheck:
PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called"
+
+pycheck-file:
+ PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker $(CHECK) | grep -v "__init__() not called"