jediacademy/codemp/cleanvms.bat

12 lines
157 B
Batchfile
Raw Normal View History

2013-04-04 22:35:38 +00:00
set include=
cd game
asm2mak game makefile
make clean
cd ..\cgame
asm2mak cgame makefile
make clean
cd ..\ui
asm2mak ui makefile
make clean
cd ..