From beabf27ffdfc12888c058e0706f30ad1d6856ece Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 27 Jun 2020 20:24:10 -0400 Subject: Match most other overlays (pearl) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29848c66..eb3b43df 100644 --- a/Makefile +++ b/Makefile @@ -335,7 +335,7 @@ print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true ### Other targets -diamond: ; @$(MAKE) GAME_VERSION=DIAMOND -pearl: ; @$(MAKE) GAME_VERSION=PEARL -compare_diamond: ; @$(MAKE) GAME_VERSION=DIAMOND COMPARE=1 -compare_pearl: ; @$(MAKE) GAME_VERSION=PEARL COMPARE=1 +diamond: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=DIAMOND +pearl: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=PEARL +compare_diamond: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=DIAMOND COMPARE=1 +compare_pearl: ; @$(MAKE) $(HOST_VARS) GAME_VERSION=PEARL COMPARE=1 -- cgit v1.2.3