8 lines
108 B
Batchfile
8 lines
108 B
Batchfile
|
|
@echo off
|
|
echo:
|
|
echo Cloning the game repository.
|
|
echo:
|
|
Windows\make clone-windows-game
|
|
echo:
|
|
pause
|