'c3c clean' command try to use 'rm' on Windows MinGW compiled executable, since it does not define "_MSC_VER", but define "_WIN32" There are other uses of "_MSC_VER" in the same file, they probably can be changed to "_WIN32" too
left_to_read