You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
'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.
|
# Build tools when building the rom.
|
||||||
# This has to happen before the rules are processed, since that's when scan_includes is run.
|
# 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))
|
$(info $(shell $(MAKE) -C tools))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user