Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
tniessen and Trott authored Apr 17, 2022
1 parent 671b6dc commit 4e3628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
$(CLANG_FORMAT_START) -- \
$(LINT_CPP_FILES)
else
$(info node-core-clang-format is not installed.)
$(info Required tooling for C++ code formatting is not installed.)
$(info To install (requires internet access) run: $$ make format-cpp-build)
endif

Expand Down

0 comments on commit 4e3628a

Please sign in to comment.