aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-11-22 20:34:54 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-11-22 20:34:54 +0100
commitf47746c010ec707ebb86087646a51c60abcf3760 (patch)
treed1ab44cfcf97138718931317304a13867716ed2e
parentbfdb57ba4dfa6a5a8b199c19a1c0de027c5e3937 (diff)
downloadallocbench-f47746c010ec707ebb86087646a51c60abcf3760.tar.gz
allocbench-f47746c010ec707ebb86087646a51c60abcf3760.zip
only lint python code in src/
-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")