make 223B

12345678910111213
  1. #!/bin/bash
  2. # mkit - simple install helper
  3. # See LICENSE file for copyright and license details.
  4. die() {
  5. echo "$@" && exit 9
  6. }
  7. . mkit/include/mkit.sh || die "this must be run from project root"
  8. configure
  9. route "$@"