configure fails, so no Makefile is done by configure and so, make doewsn't know what it has to do (Make file is the file which make reads to know what to do). Now, why is configure failing? because you have no C compiler installed. Install gcc and rerun configure.
Greetings.