aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/all
diff options
context:
space:
mode:
authorEnrico2018-10-31 15:45:01 +0100
committerGitHub2018-10-31 15:45:01 +0100
commite3ded45b0d4f4d1667e99c8a7fac7d730e06c33e (patch)
tree884ae73a507a7e2af919b2a36f7c3da8e52c60ee /mathcomp/all
parentd6dc5741ba44808e5f2f01a238d972ec2c11737f (diff)
parent143c70bacc3298be2a48fe65cc669dfb2409c610 (diff)
Merge pull request #239 from CohenCyril/Make_bug
fixing local Makefiles
Diffstat (limited to 'mathcomp/all')
-rw-r--r--mathcomp/all/Makefile22
1 files changed, 2 insertions, 20 deletions
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