mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
'make tidy' shouldn't trigger 'make -C tools'
This commit is contained in:
parent
d56f172b79
commit
8cc79c0891
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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user