On Jan 3, 3:32 pm, Ralf Fassel <[EMAIL PROTECTED]> wrote: > * Ido Yehieli <[EMAIL PROTECTED]> > | I have several source files in a directory (which are different > | versions of the same program), and I want gnu make to compile each of > | them and name the resulting binaries according to the source name. > > % cat Makefile > all: somefile.* > % gmake all > > HTH > R'
make: Nothing to be done for `all'. -ido
