From 5b0966b5245836e36252396145b57e05c2b51a40 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Fri, 23 Oct 2020 08:47:07 -0400 Subject: [PATCH] fixes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ee71a4cec..8653a1c292 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ YAY0COMPRESS = tools/Yay0compress BUILD_ASSETS_FS := $(PYTHON) tools/build_assets_fs.py $(ASSETS_FS) $(BUILD_DIR)/$(ASSETS_FS) ifndef EMULATOR -ifneq ($(shell command -v mupen64plus-gui),) +ifneq ($(shell which mupen64plus-gui),) EMULATOR = mupen64plus-gui else EMULATOR = mupen64plus @@ -81,6 +81,7 @@ clean-code: rm -rf $(BUILD_DIR)/src setup: clean submodules split + make -C tools submodules: git submodule update --init --recursive