'make tidy' shouldn't trigger 'make -C tools'

This commit is contained in:
Rangi 2020-07-28 21:30:25 -04:00
parent d56f172b79
commit 8cc79c0891

View File

@ -96,7 +96,7 @@ endef
# Build tools when building the rom.
# This has to happen before the rules are processed, since that's when scan_includes is run.
ifeq (,$(filter clean tools,$(MAKECMDGOALS)))
ifeq (,$(filter clean tidy tools,$(MAKECMDGOALS)))
$(info $(shell $(MAKE) -C tools))