shithub: pokered

Download patch

ref: 2b54583c8be4aa28f4c6a70c65baeb2e3c84fdfc
parent: f2a45446789eaf6ba7195d65cd57242f55cffab3
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Tue Jul 28 17:30:52 EDT 2020

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

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