Update Makefile
diff --git a/Makefile b/Makefile
index 64e2a09..7dbe963 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@
 .PHONY: check-licenses
 
 lint-python:
-	@python3 -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
+	flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
 
 .PHONY: lint-python