> > I believe that when you run make in vim it looks in the current > > directory for the makefile. How do I get vim to use a makefile that is > > in a different directory? !make -C relpath/ Should do the trick. Carl G