summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-27 20:24:10 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-27 20:24:10 -0400
commitbeabf27ffdfc12888c058e0706f30ad1d6856ece (patch)
treecc6fc81b148716b0e4ab444faa07c5040b309697 /Makefile
parent1c6d32df7675093fe2a9d325278a97757355cb76 (diff)
Match most other overlays (pearl)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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