Hi. So I installed build-essentials and when I download a program's source and cd to the directory and type ./configure it outputs some info and things seem to be working but when I type make it says there is nothing to make.
"No targets specified and no makefile found."
But I look and there are files called makefile in the directory and even if I specifically point to them with make it says there's nothing to do with that file.



