rule(*args) {|t| ... } -> Rake::Task
自動的に作成するタスクのためのルールを定義します。
例:
rule '.o' => '.c' do |t| sh %{cc -o #{t.name} #{t.source}} end