Ben Cheng | 4a5eddd | 2017-12-13 15:42:21 +0800 | [diff] [blame^] | 1 | # Copyright 2017 The Chromium OS Authors. All rights reserved. |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | include common.mk | ||||
6 | |||||
7 | CC_BINARY(memory-eater/memory-eater): memory-eater/memory-eater.o | ||||
8 | |||||
9 | clean: CLEAN(memory-eater/memory-eater) | ||||
10 | |||||
11 | all: CC_BINARY(memory-eater/memory-eater) |