mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-13 00:24:18 +00:00
8 lines
85 B
Batchfile
8 lines
85 B
Batchfile
set include=
|
|
cd game
|
|
call game
|
|
cd ..\cgame
|
|
call cgame
|
|
cd ..\ui
|
|
call ui
|
|
cd ..
|