Skip to content

Commit cc74726

Browse files
committed
Move Make to _CoqProject
1 parent 4dad82f commit cc74726

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ clean: Makefile.coq
88
$(MAKE) -f Makefile.coq clean
99
rm -f Makefile.coq
1010

11-
Makefile.coq: Make
12-
$(COQBIN)/coq_makefile -f Make -o Makefile.coq
11+
Makefile.coq: _CoqProject
12+
$(COQBIN)/coq_makefile -f _CoqProject -o Makefile.coq

Make renamed to _CoqProject

-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ Sigma.v
1212
Bool.v
1313
Nat.v
1414
Eq.v
15-
List.v
16-
NegPropExt.v
1715

0 commit comments

Comments
 (0)