aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile
blob: ced158f9d0b7e9b4c8fc47e9c8fde57682cb41e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##===- 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 = ../../..

PARALLEL_DIRS := PrintFunctionNames wpa

include $(LEVEL)/Makefile.common