15 lines
446 B
Makefile
Raw Normal View History

2010-01-01 10:34:51 +00:00
##===- examples/Makefile -----------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
2010-03-03 17:28:16 +00:00
PARALLEL_DIRS := clang-interpreter PrintFunctionNames wpa
2010-01-01 10:34:51 +00:00
include $(LEVEL)/Makefile.common