Skip to content

Commit 3aebfcc

Browse files
committed
project updates
1 parent 178ae5c commit 3aebfcc

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

coq_error_metrics/Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-Q . ErrorMetrics
22

33
absolute_prec.v
4-
ops_absolute_prec.v
4+
ops_absolute_prec.v

0 commit comments

Comments
 (0)