mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
fixes
This commit is contained in:
parent
9cf3288841
commit
5b0966b524
3
Makefile
3
Makefile
@ -43,7 +43,7 @@ YAY0COMPRESS = tools/Yay0compress
|
|||||||
BUILD_ASSETS_FS := $(PYTHON) tools/build_assets_fs.py $(ASSETS_FS) $(BUILD_DIR)/$(ASSETS_FS)
|
BUILD_ASSETS_FS := $(PYTHON) tools/build_assets_fs.py $(ASSETS_FS) $(BUILD_DIR)/$(ASSETS_FS)
|
||||||
|
|
||||||
ifndef EMULATOR
|
ifndef EMULATOR
|
||||||
ifneq ($(shell command -v mupen64plus-gui),)
|
ifneq ($(shell which mupen64plus-gui),)
|
||||||
EMULATOR = mupen64plus-gui
|
EMULATOR = mupen64plus-gui
|
||||||
else
|
else
|
||||||
EMULATOR = mupen64plus
|
EMULATOR = mupen64plus
|
||||||
@ -81,6 +81,7 @@ clean-code:
|
|||||||
rm -rf $(BUILD_DIR)/src
|
rm -rf $(BUILD_DIR)/src
|
||||||
|
|
||||||
setup: clean submodules split
|
setup: clean submodules split
|
||||||
|
make -C tools
|
||||||
|
|
||||||
submodules:
|
submodules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user