gcc makefile error: “No rule to make target …”

That’s usually because you don’t have a file called vertex.cpp available to make. Check that:

  • that file exists.
  • you’re in the right directory when you make.

Other than that, I’ve not much else to suggest. Perhaps you could give us a directory listing of that directory.

Leave a Comment