Method: Buildable#objects

Defined in:
lib/makeconf/buildable.rb

#objectsObject

Return the list of intermediate object files



113
114
115
# File 'lib/makeconf/buildable.rb', line 113

def objects
   expand_sources(@sources).map { |x| x.gsub(/\.c$/, '.o') }
end