summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjdflyer <jdflyer10@gmail.com>2022-12-24 12:47:48 -0700
committerjdflyer <jdflyer10@gmail.com>2022-12-24 12:47:48 -0700
commitae040aa688d6937ded96ea46e5ab804019d1ee85 (patch)
treed8bf6182e5dfb244218215fdd3352433b5382842 /Makefile
parente0c23673db94cae6729ec0827a67219d5b114814 (diff)
Old JAudio changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29a4813924..1929850be5 100644
--- a/Makefile
+++ b/Makefile
@@ -45,11 +45,13 @@ include obj_files.mk
MWCC_VERSION := 2.7
# Programs
+ifeq ($(WINE),) #if WINE varible is unset (wine can be replaced with a less bloated translation layer such as wibo if needed)
ifeq ($(WINDOWS),1)
WINE :=
else
WINE := wine
endif
+endif
# Hack for OSX
ifeq ($(UNAME_S),Darwin)
@@ -168,7 +170,8 @@ $(DOL_SHIFT): $(ELF_SHIFT) | tools
shift: dirs $(DOL_SHIFT)
-game: | shift rels
+game: shift
+ $(MAKE) rels
@mkdir -p game
@$(PYTHON) tools/package_game_assets.py game $(BUILD_DIR)