We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd2c66 commit 2f86e6eCopy full SHA for 2f86e6e
CBV.v
Makefile
@@ -44,7 +44,7 @@ HASNATDYNLINK := $(COQMF_HASNATDYNLINK)
44
OCAMLWARN := $(COQMF_WARN)
45
46
Makefile.conf: _CoqProject
47
- coq_makefile -f _CoqProject CBV.v STLC_Generic.v stlc.v Terms.v -o Makefile
+ coq_makefile -f _CoqProject CBV_vs_CBN.v STLC_Generic.v stlc.v Terms.v -o Makefile
48
49
# This file can be created by the user to hook into double colon rules or
50
# add any other Makefile code he may need
clean
@@ -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