repo.or.cz
/
cl-satwrap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix minisat compile on modern c++ compilers
[cl-satwrap.git]
/
backends
/
minisat
/
core
/
Makefile
blob
42128c6d63d3585b1da8a46f23813ccd71307d47
1
MTL
=
..
/
mtl
2
CHDRS
= $(
wildcard
*
.h
) $(
wildcard
$(
MTL
)/*
.h
)
3
EXEC
=
minisat
4
CFLAGS
= -
I
$(
MTL
) -
Wall
-
ffloat-store
5
LFLAGS
= -
lz
6
7
include
..
/
mtl
/
template.mk