Skip to content
Makefile 495 B
Newer Older
Misha Brukman's avatar
Misha Brukman committed
##===- unittests/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 = ADT ExecutionEngine Support Transforms VMCore Analysis Bitcode
Misha Brukman's avatar
Misha Brukman committed

include $(LEVEL)/Makefile.common
Bob Wilson's avatar
Bob Wilson committed
	$(Verb) $(RM) -f *Tests