diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-11-22 20:34:54 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-11-22 20:34:54 +0100 |
| commit | f47746c010ec707ebb86087646a51c60abcf3760 (patch) | |
| tree | d1ab44cfcf97138718931317304a13867716ed2e | |
| parent | bfdb57ba4dfa6a5a8b199c19a1c0de027c5e3937 (diff) | |
| download | allocbench-f47746c010ec707ebb86087646a51c60abcf3760.tar.gz allocbench-f47746c010ec707ebb86087646a51c60abcf3760.zip | |
only lint python code in src/
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
