Skip to content

Commit

Permalink
Don't clean java
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Aug 17, 2012
1 parent f54867d commit cb29745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/ragel_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ def define_tasks
end
end

CLEAN.include(target)
if(@lang != 'java')
CLEAN.include(target)
end
if(@lang == 'js')
CLEAN.include(min_target)
end
Expand Down

0 comments on commit cb29745

Please sign in to comment.