mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
Merge branch 'master' of github.com:Gbury/mSAT
This commit is contained in:
commit
580ac25745
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -29,4 +29,8 @@ install: all
|
||||||
uninstall:
|
uninstall:
|
||||||
ocamlfind remove msat
|
ocamlfind remove msat
|
||||||
|
|
||||||
.PHONY: clean doc all install uninstall
|
reinstall: all
|
||||||
|
ocamlfind remove msat || true
|
||||||
|
ocamlfind install msat $(TO_INSTALL)
|
||||||
|
|
||||||
|
.PHONY: clean doc all install uninstall reinstall
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue