Skip to content

Commit

Permalink
cleaning up more files
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Nov 30, 2008
1 parent 458a8a4 commit c62f1ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ EXT = "ext/racc/cparse/cparse.#{kind}"

[
EXT,
'lib/racc/parser-text.rb'
].each { |f| CLEAN << f }
'lib/racc/parser-text.rb',
'ext/racc/cparse/Makefile',
'ext/racc/cparse/*.o',
].each { |f| Dir[f].each { |file| CLEAN << file } }

file 'lib/racc/parser.rb'

Expand Down

0 comments on commit c62f1ce

Please sign in to comment.