aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-19 19:20:01 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-19 19:20:01 +0000
commitfec7c2a9d0d46f4e681d1fe0089ae590962f05f6 (patch)
treef1dc9dead60133f809b3cc8dadb550493ae425ea
parentc72e5aee742dd7101ac46e08ce560d991a575b3e (diff)
ccc: Add missing file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62520 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xtools/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
new file mode 100755
index 0000000000..0fee3f8a11
--- /dev/null
+++ b/tools/Makefile
@@ -0,0 +1,13 @@
+##===- tools/Makefile --------------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../../..
+DIRS := ccc
+
+include $(LEVEL)/Makefile.common