From 143c70bacc3298be2a48fe65cc669dfb2409c610 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 31 Oct 2018 14:29:19 +0100 Subject: fixing local Makefile should fix #238 --- mathcomp/field/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'mathcomp/field/Makefile') diff --git a/mathcomp/field/Makefile b/mathcomp/field/Makefile index 47dd8b4..7e434c0 100644 --- a/mathcomp/field/Makefile +++ b/mathcomp/field/Makefile @@ -1,10 +1,7 @@ # -*- Makefile -*- -COQPROJECT="Make" +COQPROJECT=Make +COQMAKEOPTIONS=--no-print-directory # -------------------------------------------------------------------- include ../Makefile.common - -# -------------------------------------------------------------------- -COQMAKEOPTIONS=--no-print-directory - -- cgit v1.2.3