aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0da203b..553c968 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,4 @@ clean:
rm -rf $(OBJDIR)
pylint:
- pylint $(shell find $(PWD) -name "*.py" -not -path "$(OBJDIR)/*") \ No newline at end of file
+ pylint $(shell find src/ -name "*.py")