aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-23 15:57:41 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-23 15:57:41 +0200
commit3dd02321d92f369c139121c36532b841bcdb18cd (patch)
tree384a7ff1c3e5f225429dfe64a391ed8388dd3634
parent334f32002698e3452c3a7c3b578743f7b8d80213 (diff)
downloadchattymalloc-3dd02321d92f369c139121c36532b841bcdb18cd.tar.gz
chattymalloc-3dd02321d92f369c139121c36532b841bcdb18cd.zip
[make] rename check-format which checks only the python code to check-pyformat
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bb96527..e18cac0 100644
--- a/Makefile
+++ b/Makefile
@@ -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: