git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-01-19 19:20:01 +00:00
Родитель c72e5aee74
Коммит fec7c2a9d0
1 изменённых файлов: 13 добавлений и 0 удалений

13
tools/Makefile Executable file
Просмотреть файл

@ -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