+ -if exist .\*.csm del .\*.csm
+ @echo cd styles >styles.bat
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>styles.bat
+ call styles.bat
+ @del styles.bat
+ @echo cd wxedit >wxedit.bat
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxedit.bat
+ call wxedit.bat
+ @del wxedit.bat