On Jan 16, 2008, at 5:18 PM, Assaf Arkin wrote:
>
> # Determine all the .o files from the .f90 files.
> objs = FileList['*.f90'].map { |f| f.ext('o') }
Or ...
obj = FileList['*.f90'].ext('o')
--
-- Jim Weirich
-- [EMAIL PROTECTED]
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel
