'make tidy' shouldn't trigger 'make -C tools'
This commit is contained in:
2
Makefile
2
Makefile
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user