Files
LNXRNT/Kore/make.bat
2026-06-09 13:00:08 -07:00

6 lines
166 B
Batchfile

@if exist "%~dp0Tools\windows_x64\kmake.exe" (
@call "%~dp0Tools\windows_x64\kmake.exe" %*
) else (
echo kmake was not found, please run the get_dlc script.
)