Sha256: 467533a391ff69feadbc2f94c30387c7abab47b08e67ef8a1b166f69a320e299

Contents?: true

Size: 423 Bytes

Versions: 19

Compression:

Stored size: 423 Bytes

Contents

#! /usr/bin/env ruby

require 'autoproj/cli/main'

argv = Autoproj::CLI.basic_setup
class Amake < Autoproj::CLI::Main
    def self.banner(*)
        "amake [options]"
    end
end

begin
    if argv.include?('--help') || argv.include?('help')
        Amake.start(['help', 'build'])
    else
        Amake.start(['build', '--amake', *argv])
    end
rescue Interrupt
    # Already notified in the reporting infrastructure
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
autoproj-2.14.0 bin/amake
autoproj-2.13.0 bin/amake
autoproj-2.12.1 bin/amake
autoproj-2.12.0 bin/amake
autoproj-2.11.0 bin/amake
autoproj-2.10.2 bin/amake
autoproj-2.10.1 bin/amake
autoproj-2.10.0 bin/amake
autoproj-2.9.0 bin/amake
autoproj-2.8.8 bin/amake
autoproj-2.8.7 bin/amake
autoproj-2.8.6 bin/amake
autoproj-2.8.5 bin/amake
autoproj-2.8.5.b1 bin/amake
autoproj-2.8.4 bin/amake
autoproj-2.8.3 bin/amake
autoproj-2.8.2 bin/amake
autoproj-2.8.1 bin/amake
autoproj-2.8.0 bin/amake