1#!/bin/bash 2# Copyright 2015 The Weave Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5 6# Instead of this script, try running "make all -j" and "make testall". 7# TODO: Delete this file after 15-feb-2016. 8 9DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 10ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P) 11 12cd $ROOT_DIR 13 14make all -j 15