iw4-sp/generate.bat

5 lines
113 B
Batchfile
Raw Normal View History

2023-05-25 16:56:38 -04:00
@echo off
echo Updating submodules...
call git submodule update --init --recursive
call tools\premake5 %* vs2022