summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
blob: 43124ba47cc597198d9ab9f084f1e8c78ff6a431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 := clang-cc driver

include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud