4 lines
80 B
Batchfile
4 lines
80 B
Batchfile
@echo off
|
|
git submodule update --init --recursive
|
|
tools\premake5 %* vs2022
|
|
pause |