diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-23 15:57:41 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-23 15:57:41 +0200 |
| commit | 3dd02321d92f369c139121c36532b841bcdb18cd (patch) | |
| tree | 384a7ff1c3e5f225429dfe64a391ed8388dd3634 | |
| parent | 334f32002698e3452c3a7c3b578743f7b8d80213 (diff) | |
| download | chattymalloc-3dd02321d92f369c139121c36532b841bcdb18cd.tar.gz chattymalloc-3dd02321d92f369c139121c36532b841bcdb18cd.zip | |
[make] rename check-format which checks only the python code to check-pyformat
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,14 +43,14 @@ else $(warning old mesion version $(MESON_VERSION) detected, meson >= 0.52 required for clang-tidy) endif -check: all check-format +check: all check-pyformat ninja -C build $(CHECK_NINJA_TARGETS) format: all ninja -C build clang-format yapf -i -p $(shell find -path "build*" -prune -o -type f -name "*.py") -check-format: +check-pyformat: ./tools/check-format clean: |
