diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-15 16:14:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-15 16:14:06 -0400 |
commit | cc52b97294a6d113f2fbee34eacae3b25b76500f (patch) | |
tree | cfbf1e27ebed198d014fe5ac47aacada6c38739b | |
parent | 784e7a150226ad9ea3fbb5ef6aad50cebf65548d (diff) |
Force tools to build in GH Actions
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |