diff --git a/Makefile b/Makefile index 5dc505b26..5e9f4d695 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ format: ## Format code tidy: ## Check clang-tidy @echo "Checking includes.." - $(MAKE) -C app includecheck + $(MAKE) -C app tidy @echo "Done." clean: ## Clean up