Sha256: f48f63a5c168ef3e6303ea812fdeed05d8076cf2fa54b21cfb6b93e9c7a86340

Contents?: true

Size: 324 Bytes

Versions: 12

Compression:

Stored size: 324 Bytes

Contents

# -*- ruby -*-
require 'bundler/gem_tasks'

Dir['tasks/**/*.rake'].each { |t| load t }

# A task to build all generated files.
namespace :bt do
    desc "Generate all needed files"
    task :genall => [ :rexical, :racc ]
end

# Make sure all files are generated when building the pkg
task :build => 'bt:genall'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
build-tool-0.6.9 Rakefile
build-tool-0.6.8 Rakefile
build-tool-0.6.7 Rakefile
build-tool-0.6.6 Rakefile
build-tool-0.6.5 Rakefile
build-tool-0.6.4 Rakefile
build-tool-0.6.3 Rakefile
build-tool-0.6.2 Rakefile
build-tool-0.6.1 Rakefile
build-tool-0.6.0 Rakefile
build-tool-0.6.0.rc2 Rakefile
build-tool-0.6.0.rc1 Rakefile