about summary refs log tree commit diff homepage
path: root/tools/gen-random-bout/Makefile
blob: 5e1d8cf3e7e498336c710d91af0b964e5995a74e (plain) (blame)
1
2
3
4
5
6
7
8
##===- tools/klee/Makefile ---------------*- Makefile -*-===##

LEVEL=../..
TOOLNAME = gen-random-bout
USEDLIBS = kleeBasic.a
NO_INSTALL=1

include $(LEVEL)/Makefile.common