4 lines
102 B
Batchfile
4 lines
102 B
Batchfile
@echo off
|
|
echo Updating submodules...
|
|
git submodule update --init --recursive
|
|
tools\premake5 %* vs2015 |