summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/utils/Makefile
blob: b9e0337c7462aa1dd949ecf520d30cd5824f35d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
##===- clang-tidy/google/Makefile --------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../../../..
LIBRARYNAME := clangTidyUtils

include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud