Building with Rake

Rule Limitations

rule ".c" => [".y"] do |t| yacc(t.source) end
rule ".o" => [".c"] do |t| compile_c(t.source) end