From 56f62d6d66232afdfee7c2b0d531b41e69bd99d8 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 24 Mar 2021 08:23:19 -0400 Subject: Clean target now deletes the modern builds too --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 405a190f8..3cd5ea184 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3