aboutsummaryrefslogtreecommitdiff
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 a15dc67..409982a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ $(DETECT): $(DETECT).in
%.py: %
ln -s $< $@
- pychecker -q -e Error $@
+ flake8 $@
check: $(DETECT) $(PYFILES)