* 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'

Reply via email to