tasks/racc.rake in mof-0.3.2 vs tasks/racc.rake in mof-1.2.0
- old
+ new
@@ -1,7 +1,8 @@
rule '.rb' => '.y' do |t|
sh "racc -g -v -o #{t.name} #{t.source}"
end
task :test => [:racc]
+task :build => [:racc]
task :racc => ["lib/mof/parser.rb"]