blob: 25a43cdc67e2b85e6d5b9e34b29e874956bcf11e [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 := ../../..
Daniel Dunbar3ede8d02009-03-02 19:59:07 +000011DIRS := ccc driver
Daniel Dunbarfec7c2a2009-01-19 19:20:01 +000012
13include $(LEVEL)/Makefile.common