What tabstop is trying to say is that the -C option to "make" is "Go to subdirectory of next argument". Since the next thing you give is "SUBDIR=...", make will try to go to a directory called "SUBDIR=..." - presumably, you do not actually have such a direectory.

Either drop the -C, or give a directory-name that is correct.

--
Mats