# File lib/rad/generators/makefile/makefile.rb, line 24 def libraries Dir.entries("#{RAD_ROOT}/vendor/libraries").select{|e| !(e =~ /\./)} end