Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
incrementally compile source files
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Jan 9, 2010
1 parent 0e30aba commit 395f553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -26,6 +26,7 @@ end

Rake::ExtensionTask.new("v8", $hoe.spec) do |ext|
ext.lib_dir = "lib/v8"
ext.source_pattern = "*.{cpp,h}"
end

require 'newgem/tasks'
Expand Down

0 comments on commit 395f553

Please sign in to comment.