We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e597009 commit 523bc29Copy full SHA for 523bc29
Makefile
@@ -45,7 +45,7 @@ HASNATDYNLINK := $(COQMF_HASNATDYNLINK)
45
OCAMLWARN := $(COQMF_WARN)
46
47
Makefile.conf: _CoqProject
48
- coq_makefile -f _CoqProject src/Examples.v src/Sequents.v src/SequentsVLSM.v -o Makefile
+ coq_makefile -f _CoqProject src/Sequents.v src/SequentsVLSM.v src/Examples.v -o Makefile
49
50
# This file can be created by the user to hook into double colon rules or
51
# add any other Makefile code he may need
0 commit comments