Index: src/platform/memento_softwareupdate/Makefile |
diff --git a/src/platform/memento_softwareupdate/Makefile b/src/platform/memento_softwareupdate/Makefile |
index 0204cc62cce82d347458a63eb505e6fbacf1eee5..739e2318d62557293a9300ab3dd8a7879eeed43d 100644 |
--- a/src/platform/memento_softwareupdate/Makefile |
+++ b/src/platform/memento_softwareupdate/Makefile |
@@ -1,3 +1,11 @@ |
+# Copyright (c) 2010 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: suid_exec split_write |
suid_exec: suid_exec.c |
$(CC) $(CFLAGS) -std=gnu99 -o $@ $< |
+ |
+split_write: split_write.cc |
+ $(CXX) $(CCFLAGS) -o $@ $< |