blob: 1d1e9b34b64439b581f664f41429db86f49b61ee [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
all:
+make -C src/ all
test:
+make -C src/ test
clean:
+make -C src/ clean