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

This commit is contained in:
Rangi 2020-07-28 21:30:52 -04:00
parent f2a4544678
commit 2b54583c8b

View file

@ -83,7 +83,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))