My Eclipse CDT keeps complaining \"make: *** no rule to make target all\" when I am trying to compile the piece of code below:
#include us
Sometimes if you are making a target via make files double check that all c files are named correctly with correct file structure.