diff --git a/Makefile b/Makefile index 78d60a93b2596..ea4af13437396 100644 --- a/Makefile +++ b/Makefile @@ -1208,7 +1208,7 @@ astyle-fast: $(ASTYLE_SOURCES) echo $(ASTYLE_SOURCES) | xargs -P 0 -L 1 $(ASTYLE_BINARY) --quiet --options=.astylerc -n astyle-diff: $(ASTYLE_SOURCES) - $(ASTYLE_BINARY) --options=.astylerc -n $$(git diff --name-only src/*.h src/*.cpp tests/*.h tests/*.cpp) + $(ASTYLE_BINARY) --options=.astylerc -n $$(git diff --name-only src/*.h src/*.cpp tests/*.h tests/*.cpp tools/*.h tools/*.cpp) astyle-all: $(ASTYLE_SOURCES) $(ASTYLE_BINARY) --options=.astylerc -n $(ASTYLE_SOURCES)