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/all/Makefile | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'mathcomp/all/Makefile') diff --git a/mathcomp/all/Makefile b/mathcomp/all/Makefile index 30204d2..7e434c0 100644 --- a/mathcomp/all/Makefile +++ b/mathcomp/all/Makefile @@ -1,25 +1,7 @@ # -*- Makefile -*- -COQPROJECT="Make" - -# -------------------------------------------------------------------- -include Makefile.common - -# -------------------------------------------------------------------- +COQPROJECT=Make COQMAKEOPTIONS=--no-print-directory # -------------------------------------------------------------------- -.PHONY: install - -install: - $(MAKE) -f Makefile.coq install - -# -------------------------------------------------------------------- -.PHONY: count - -COQFILES := $(shell grep '.v$$' Make) - -count: - @coqwc $(COQFILES) | tail -1 | \ - awk '{printf ("%d (spec=%d+proof=%d)\n", $$1+$$2, $$1, $$2)}' - +include ../Makefile.common -- cgit v1.2.3