summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-15 16:14:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-15 16:14:06 -0400
commitcc52b97294a6d113f2fbee34eacae3b25b76500f (patch)
treecfbf1e27ebed198d014fe5ac47aacada6c38739b
parent784e7a150226ad9ea3fbb5ef6aad50cebf65548d (diff)
Force tools to build in GH Actions
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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