Sha256: 628697c09cf499b5afc944e1f5e39267c4158fc314f30b344efe06eb08c2bacb

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

require "bundler/gem_tasks"

task :compile do
  Dir.chdir('ext/hallon') do
    sh 'ruby extconf.rb'
    sh 'make'
  end
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hallon-openal-1.0.1 Rakefile
hallon-openal-1.0.0 Rakefile
hallon-openal-0.0.3 Rakefile
hallon-openal-0.0.2 Rakefile