blob: f4d2b985b12eefcdb21a1109c043f69908e9560a [file] [log] [blame]
Benjamin Kramer12feb122012-12-03 18:28:52 +00001##===- clang/lib/Format/Makefile ---------------------------*- Makefile -*-===##
Daniel Jasperbac016b2012-12-03 18:12:45 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10CLANG_LEVEL := ../..
Benjamin Kramer12feb122012-12-03 18:28:52 +000011LIBRARYNAME := clangFormat
Daniel Jasperbac016b2012-12-03 18:12:45 +000012
13include $(CLANG_LEVEL)/Makefile