zonetool/generate.bat
2024-04-20 12:36:34 +02:00

5 lines
101 B
Batchfile

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