def ln(products, dir, base_dir: nil)
    targets = prelink(products, dir, base_dir)
    targets.each do |from, to|
      FileUtils.ln(File.expand_path(from.src), File.expand_path(to.src))
    end