iw4x-sp/generate.bat
2023-12-08 17:16:22 +01:00

5 lines
113 B
Batchfile

@echo off
echo Updating submodules...
call git submodule update --init --recursive
call tools\premake5 %* vs2022