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