mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
11 lines
157 B
Batchfile
11 lines
157 B
Batchfile
set include=
|
|
cd game
|
|
asm2mak game makefile
|
|
make clean
|
|
cd ..\cgame
|
|
asm2mak cgame makefile
|
|
make clean
|
|
cd ..\ui
|
|
asm2mak ui makefile
|
|
make clean
|
|
cd ..
|