blob: e837a7d4fd3e6a3ab894da6e628f4f887cb29ecd [file] [log] [blame]
Jeffrey Yasskindf5a7da2009-06-25 02:04:04 +00001##===- unittests/ExecutionEngine/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 = ../..
11
12include $(LEVEL)/Makefile.config
13
14PARALLEL_DIRS = JIT
15
16include $(LEVEL)/Makefile.common
17
18clean::
19 $(Verb) $(RM) -f *Tests