def executable_rule(system_config, platform)
        platform_config = system_config.platform_config(platform)
        _, _, exe = platform_config.extensions
        # we configure them with dots which messes the regexp up
        ext = exe.gsub(".", "")