Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added rake clean task to remove all rbc files.
  • Loading branch information
vic committed Sep 3, 2011
1 parent 4194afd commit f5a9a91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -22,6 +22,10 @@ file _('lib/akin/grammar.rb') => file(_('lib/akin/grammar.kpeg')) do |t|
sh *cmd
end

task :clean do
rm_f FileList[_("**/*.rbc")]
end

task :grammar => _('lib/akin/grammar.rb')

task :default => [:grammar, :spec ]

0 comments on commit f5a9a91

Please sign in to comment.