Can a makefile have a directory as a target?
I am trying to say "the download of the git repository will only work if the directory yank/ exists. If the directory yank/ does not exist then make it" yank/gist.el/gist.el : yank cd yank ; git clone http://github.com/defunkt/gist.el.git yank: mkdir yank I am using makepp - http://makepp.sf.net and am getting the error: [m...