Merge branch 'master' of github.com:Gbury/mSAT

This commit is contained in:
Guillaume Bury 2014-10-29 14:22:27 +01:00
commit cb988eadfa
2 changed files with 2 additions and 1 deletions

1
META
View file

@ -3,5 +3,6 @@ version="dev"
description="MSAT is a modular SAT solver, plus extensions"
requires="num unix"
archive(byte) = "msat.cma"
archive(byte, plugin) = "msat.cma"
archive(native) = "msat.cmxa"
archive(native, plugin) = "msat.cmxs"

View file

@ -21,7 +21,7 @@ doc:
clean:
$(COMP) -clean
TO_INSTALL=META $(addprefix _build/,$(LIB))
TO_INSTALL=META $(addprefix _build/,$(LIB) $(NAME).a $(NAME).cmi)
install: all
ocamlfind install msat $(TO_INSTALL)