diff --git a/programs/cmm/examples/compile_en.bat b/programs/cmm/examples/compile_en.bat index 3c16a59b9d..3229a88dbb 100644 --- a/programs/cmm/examples/compile_en.bat +++ b/programs/cmm/examples/compile_en.bat @@ -1,10 +1,6 @@ @del *.kex -@c-- collections.c -@c-- console.c -@c-- menu.c -@c-- rgb.c -@c-- window.c +For /R %%i In (*.c) Do c-- "%%i" @rename *.com *.kex @mkdir bin