diff --git a/Makefile b/Makefile index 47411a9d64..50cd824f37 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ pystyle: ## apply code style on application sources and tests make -C python style cstyle_check: ## run code style check on low-level C code + clang-format --version @echo [CLANG-FORMAT] @./tools/clang-format-check $(C_FILES)