mirror of https://github.com/n64decomp/mk64.git
parent
879fdf7605
commit
2d3278d073
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -39,7 +39,7 @@ torch:
|
|||
# Remove generated files
|
||||
clean:
|
||||
$(RM) $(PROGRAMS)
|
||||
$(RM) -rf torch/build-cmake
|
||||
$(RM) -rf torch/cmake-build-release
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue