diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-24 08:23:19 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-24 08:33:37 -0400 |
commit | 56f62d6d66232afdfee7c2b0d531b41e69bd99d8 (patch) | |
tree | 8f9eb3fc8866efea306fd613cbe0edb7947af09f | |
parent | 6b64fbc5224293394cff282bb2aedcecfa56eceb (diff) |
Clean target now deletes the modern builds too
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -143,8 +143,9 @@ TOOLBASE = $(TOOLDIRS:tools/%=%) TOOLS = $(foreach tool,$(TOOLBASE),tools/$(tool)/$(tool)$(EXE)) ALL_BUILDS := firered firered_rev1 leafgreen leafgreen_rev1 +ALL_BUILDS += $(ALL_BUILDS:%=%_modern) -.PHONY: all rom tools clean-tools mostlyclean clean compare tidy berry_fix $(TOOLDIRS) $(ALL_BUILDS) $(ALL_BUILDS:%=compare_%) $(ALL_BUILDS:%=%_modern) modern +.PHONY: all rom tools clean-tools mostlyclean clean compare tidy berry_fix $(TOOLDIRS) $(ALL_BUILDS) $(ALL_BUILDS:%=compare_%) modern MAKEFLAGS += --no-print-directory |