blob: ce3e4cd308e4b4638319aad1a7dcf5bd26d6352c [file] [log] [blame]
Daniel Dunbarfec7c2a2009-01-19 19:20:01 +00001##===- tools/Makefile --------------------------------------*- Makefile -*-===##
2#
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
10LEVEL := ../../..
Douglas Gregor9fb48de2010-01-22 20:40:20 +000011DIRS := driver CIndex c-index-test
Daniel Dunbarfec7c2a2009-01-19 19:20:01 +000012
13include $(LEVEL)/Makefile.common