trema/paper-house

View on GitHub
examples/ruby_extension/Rakefile.llvm

Summary

Maintainability
Test Coverage
require "paper_house"

PaperHouse::RubyExtensionTask.new :hello do |task|
  task.cc = "llvm-gcc"
end