about summary refs log tree commit diff homepage
path: root/lib/Makefile
blob: fa5ab9d457e4622ab2dd3ed39170642e6c026092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#===-- lib/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=Basic Support SMT Expr Solver Module Core

include $(LEVEL)/Makefile.common