diff options
| author | jdflyer <jdflyer10@gmail.com> | 2022-12-24 12:47:48 -0700 |
|---|---|---|
| committer | jdflyer <jdflyer10@gmail.com> | 2022-12-24 12:47:48 -0700 |
| commit | ae040aa688d6937ded96ea46e5ab804019d1ee85 (patch) | |
| tree | d8bf6182e5dfb244218215fdd3352433b5382842 /Makefile | |
| parent | e0c23673db94cae6729ec0827a67219d5b114814 (diff) | |
Old JAudio changes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |
