From 2b54583c8be4aa28f4c6a70c65baeb2e3c84fdfc Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 28 Jul 2020 21:30:52 -0400 Subject: 'make tidy' shouldn't trigger 'make -C tools' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bef635ae..9ddb4fa5 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,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)) -- cgit v1.2.3