Sha256: 771616a6a75aee061ad0422b1db80b4cd9a665fbf9feb10e62802c35f2fd7eac

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

require 'rake/extensiontask'

task :build => :compile

Rake::ExtensionTask.new('glfw') do |ext|
  ext.lib_dir = 'lib/glfw'
end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glfw-3.3.2.0 Rakefile