From 3dd02321d92f369c139121c36532b841bcdb18cd Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 23 Jul 2020 15:57:41 +0200 Subject: [make] rename check-format which checks only the python code to check-pyformat --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3