blob: eae84e0ca1b8885a11aff61da48bd36dced600c4 [file] [log] [blame]
##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ..
ifndef NO_RUNTIME_LIBS
PARALLEL_DIRS := compiler-rt libcxx
endif
include $(CLANG_LEVEL)/Makefile
install::