trema/paper-house

View on GitHub
examples/executable/Rakefile.llvm

Summary

Maintainability
Test Coverage
require "paper_house"

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