Skip to content

Commit 523bc29

Browse files
Update Makefile
1 parent e597009 commit 523bc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

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

4747
Makefile.conf: _CoqProject
48-
coq_makefile -f _CoqProject src/Examples.v src/Sequents.v src/SequentsVLSM.v -o Makefile
48+
coq_makefile -f _CoqProject src/Sequents.v src/SequentsVLSM.v src/Examples.v -o Makefile
4949

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

0 commit comments

Comments
 (0)