aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Makefile.local
Commit message (Collapse)AuthorAgeFilesLines
* Search and link package num correctly (#69)Andres Erbsen2020-06-291-0/+4
| | | | | This is a revised version of #62 with a workaround for coq/coq#12603. closes #62
* Test asynchronous and make the selected lemmas persistant (#66)ckeller2020-03-261-0/+3
| | | | | | | * Add a test target for asynchronous proof checking (does not fully reflect the coqide behavior though) * Make the selected lemmas persistant Co-authored-by: Chantal Keller <Chantal.Keller@lri.fr>
* make test does not need cleaning anymoreChantal Keller2020-03-251-4/+4
|
* Revert "Search correctly for `num` library (#60)" (#61)ckeller2020-02-271-4/+0
| | | This reverts commit dfbf0a5674ae1ab0dc68c15ae4b5df8cc439b741.
* Search correctly for `num` library (#60)Maxime Dénès2020-02-251-0/+4
| | | | We fix the way SMTCoq searches for the num library, both when building and when generating .merlin.
* 3rdpartyChantal Keller2019-07-151-1/+1
|
* Separate unit tests into vernac and tacticsChantal Keller2019-04-121-1/+1
|
* V8.9 (#43)ckeller2019-03-151-0/+33
* New syntax for implicit arguments * Towards 8.9: problems with Micromega plugin * Move to _CoqProject * Back to name Makefile * Switch to Makefile.local instead of -extra * The compilation issue is a Coq bug * Ok with 8.9 * INSTALL with 8.9 * Everything ok with 8.9