tasks/racc.rake in mof-1.2.4 vs tasks/racc.rake in mof-1.2.5
- old
+ new
@@ -1,8 +1,5 @@
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"]
+task :racc => "lib/mof/parser.rb"