blob: c863d5b4e30f64de8a57263baf3cb025c28dbbdd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#===-- stp/Makefile ----------------------------------------*- Makefile -*--===#
#
# The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
LEVEL=..
PARALLEL_DIRS := AST bitvec c_interface constantbv sat simplifier
include $(LEVEL)/Makefile.common
|