t8-mod/generate.bat

5 lines
81 B
Batchfile
Raw Normal View History

2023-03-06 12:40:07 -08:00
@echo off
git submodule update --init --recursive
tools\premake5 %* vs2022
pause