Hi. *make CONF=* Works just fine.
But when trying to add a target, it won't recognize it: $ make CONF= images Building target 'images' in the following configurations (matching CONF=): * windows-x86-normal-server-release * windows-x86_64-normal-server-release make: *** No rule to make target `images'. Stop. But if I specify the configuration: $ make CONF=windows-x86-normal-server-release images then it works just fine. Thank Boaz