From cc52b97294a6d113f2fbee34eacae3b25b76500f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 15 Jun 2021 16:14:06 -0400 Subject: Force tools to build in GH Actions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e8c3a106..a5fe77f23 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ infoshell = $(foreach line, $(shell $1 | sed "s/ /__SPACE__/g"), $(info $(subst # Build tools when building the rom # Disable dependency scanning for clean/tidy/tools -ifeq (,$(filter-out all compare,$(MAKECMDGOALS))) +ifeq (,$(filter-out all compare syms modern,$(MAKECMDGOALS))) $(call infoshell, $(MAKE) tools) else NODEP := 1 -- cgit v1.2.3