Skip to content

Commit 2f86e6e

Browse files
committed
clean
1 parent 9bd2c66 commit 2f86e6e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CBV.v

Lines changed: 0 additions & 5 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ HASNATDYNLINK := $(COQMF_HASNATDYNLINK)
4444
OCAMLWARN := $(COQMF_WARN)
4545

4646
Makefile.conf: _CoqProject
47-
coq_makefile -f _CoqProject CBV.v STLC_Generic.v stlc.v Terms.v -o Makefile
47+
coq_makefile -f _CoqProject CBV_vs_CBN.v STLC_Generic.v stlc.v Terms.v -o Makefile
4848

4949
# This file can be created by the user to hook into double colon rules or
5050
# add any other Makefile code he may need

clean

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
rm -f *.aux .*.aux *.glob *.vo *.vok *.vos
4+
coq_makefile -f _CoqProject *.v -o Makefile

0 commit comments

Comments
 (0)