Fix torch (#604)

* Update Makefile
This commit is contained in:
MegaMech 2024-04-10 21:39:16 -06:00 committed by GitHub
parent 879fdf7605
commit 2d3278d073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ BIN2C := $(PYTHON) $(TOOLS_DIR)/bin2c.py
EXTRACT_DATA_FOR_MIO := $(TOOLS_DIR)/extract_data_for_mio
ASSET_EXTRACT := $(PYTHON) $(TOOLS_DIR)/new_extract_assets.py
LINKONLY_GENERATOR := $(PYTHON) $(TOOLS_DIR)/linkonly_generator.py
TORCH := tools/torch/build-cmake/torch
TORCH := tools/torch/cmake-build-release/torch
EMULATOR = mupen64plus
EMU_FLAGS = --noosd
LOADER = loader64

View File

@ -39,7 +39,7 @@ torch:
# Remove generated files
clean:
$(RM) $(PROGRAMS)
$(RM) -rf torch/build-cmake
$(RM) -rf torch/cmake-build-release