shithub: pokecrystal

Download patch

ref: 8cc79c0891c7a4baa046cc0efa90a0244aab4788
parent: d56f172b792f0e4d0dad4f8930fc451fa0d18b08
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Tue Jul 28 17:30:25 EDT 2020

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

--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@
 
 # 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))