summaryrefslogtreecommitdiff
path: root/tools/Makefile
blob: e5c76b5ca9dcab19c528a31da7b86146c97896f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

FLANG_LEVEL := ..
DIRS := driver

include $(FLANG_LEVEL)/../../Makefile.config

include $(FLANG_LEVEL)/Makefile