mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-23 04:33:12 +00:00
9 lines
85 B
Batchfile
9 lines
85 B
Batchfile
|
set include=
|
||
|
cd game
|
||
|
call game
|
||
|
cd ..\cgame
|
||
|
call cgame
|
||
|
cd ..\ui
|
||
|
call ui
|
||
|
cd ..
|