We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178ae5c commit 3aebfccCopy full SHA for 3aebfcc
coq_error_metrics/Makefile
@@ -0,0 +1,13 @@
1
+COQPATHFILE=$(wildcard _CoqPath)
2
+
3
+Makefile.coq: _CoqProject
4
+ coq_makefile -f $< -o$@
5
6
+clean:
7
+ rm *.vo *.vok *.glob *.vos
8
9
+all :
10
+ coq_makefile -f _CoqProject -o Makefile.coq
11
+ $(MAKE) -f Makefile.coq
12
13
coq_error_metrics/_CoqProject
@@ -1,4 +1,4 @@
-Q . ErrorMetrics
absolute_prec.v
-ops_absolute_prec.v
+ops_absolute_prec.v
0 commit comments