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/algebra/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mathcomp/algebra') diff --git a/mathcomp/algebra/Makefile b/mathcomp/algebra/Makefile index 47dd8b4..23d9c98 100644 --- a/mathcomp/algebra/Makefile +++ b/mathcomp/algebra/Makefile @@ -1,10 +1,6 @@ # -*- Makefile -*- -COQPROJECT="Make" - -# -------------------------------------------------------------------- -include ../Makefile.common - -# -------------------------------------------------------------------- +COQPROJECT=Make COQMAKEOPTIONS=--no-print-directory +include ../Makefile.common -- cgit v1.2.3