In Eclipse 3.5, I have highlighting and outlines for Makefile. What I don't see is an option to actually run a target. So can I run make
from Eclipse? Of course, I could just add it to External Tools, but this wouldn't let me choose a target without using a modal dialog, which kind of defeats the purpose.
If it matters, it is an Erlang project, but I've tried Resource and C/C++ perspectives as well.