diff options
| author | Cyril Cohen | 2018-08-01 13:14:39 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2018-08-01 13:26:03 +0200 |
| commit | b83fe0ed8a8e7258c8cf55178dd619b743c8342e (patch) | |
| tree | d450bf6c7e401133974441682e8303da325809df /mathcomp/ssreflect/Makefile | |
| parent | 247ec435a6dd1c17a42b75ae46763a9062f1f291 (diff) | |
simplified, cleaned and documented Makefile.common
Diffstat (limited to 'mathcomp/ssreflect/Makefile')
| -rw-r--r-- | mathcomp/ssreflect/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mathcomp/ssreflect/Makefile b/mathcomp/ssreflect/Makefile index c3092fc..76b8c2c 100644 --- a/mathcomp/ssreflect/Makefile +++ b/mathcomp/ssreflect/Makefile @@ -8,10 +8,9 @@ COQMAKEOPTIONS=--no-print-directory include ../Makefile.common # -------------------------------------------------------------------- -# this sets variable V (coq version) and MLLIBEXTRA +# this sets variables COQVERSION and MLLIBEXTRA # assuming PLUGIN is set to the directory which contains the plugins PLUGIN=../../plugin/ SSR=. include Makefile.detect-coq-version - COQMAKEFILEOPTIONS=$(MLLIBEXTRA) |
