]> granicus.if.org Git - clang/commitdiff
ccc: Add missing file.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 19 Jan 2009 19:20:01 +0000 (19:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 19 Jan 2009 19:20:01 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62520 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile [new file with mode: 0755]

diff --git a/tools/Makefile b/tools/Makefile
new file mode 100755 (executable)
index 0000000..0fee3f8
--- /dev/null
@@ -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