Sha256: ae5c1515c3e99165a52cafd68cccb49c4684f5fa5a4251b11a0e975582454890
Contents?: true
Size: 142 Bytes
Versions: 5
Compression:
Stored size: 142 Bytes
Contents
require 'rake/extensiontask' Rake::ExtensionTask.new do |ext| ext.name = C_PROGRAM ext.ext_dir = './' ext.lib_dir = './' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
HDLRuby-3.4.0 | lib/c/Rakefile |
HDLRuby-3.3.4 | lib/c/Rakefile |
HDLRuby-3.3.3 | lib/c/Rakefile |
HDLRuby-3.3.1 | lib/c/Rakefile |
HDLRuby-3.3.0 | lib/c/Rakefile |