Removed Cliver from the parser task.

This commit is contained in:
Yorick Peterse 2014-05-06 15:25:57 +02:00
parent 00e778d0d9
commit aea8378fbb
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
rule '.rb' => '.y' do |task|
Cliver.assert('racc', '~> 1.4')
sh "racc -l -o #{task.name} #{task.source}"
end