diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-13 16:27:31 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-13 16:27:31 +0200 |
| commit | 20eb9d1661c058476f80728b92956a76f035a27d (patch) | |
| tree | 25df16fb0608261b803359c13bec35dc127cfd72 /Makefile | |
| parent | fc44a5598f001f823990544f05a410092a21b84e (diff) | |
| download | allocbench-20eb9d1661c058476f80728b92956a76f035a27d.tar.gz allocbench-20eb9d1661c058476f80728b92956a76f035a27d.zip | |
[make] pass pylit exit code to tools/check-pylint
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ clean: rm -rf $(OBJDIR) check-pylint: - pylint --rcfile=.pylint.rc -j 0 $(PYTHONFILES) || ./tools/check-pylint + pylint --rcfile=.pylint.rc -j 0 $(PYTHONFILES) || ./tools/check-pylint $$? format: yapf -i $(PYTHONFILES) |
