blob: 66e250ff2ad9679b690626f80a19f7c3fb467fc9 (
plain) (
tree)
|
|
#===--------------------------------------------------------*- Makefile -*--===#
#
# The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
LEVEL := ../
include $(LEVEL)/Makefile.cmake.bitcode.config
ARCHIVE_NAME=kleeRuntimePOSIX
include $(LEVEL)/Makefile.cmake.bitcode.rules
|