We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dad82f commit cc74726Copy full SHA for cc74726
Makefile
@@ -8,5 +8,5 @@ clean: Makefile.coq
8
$(MAKE) -f Makefile.coq clean
9
rm -f Makefile.coq
10
11
-Makefile.coq: Make
12
- $(COQBIN)/coq_makefile -f Make -o Makefile.coq
+Makefile.coq: _CoqProject
+ $(COQBIN)/coq_makefile -f _CoqProject -o Makefile.coq
Make renamed to _CoqProject
@@ -12,6 +12,4 @@ Sigma.v
Bool.v
13
Nat.v
14
Eq.v
15
-List.v
16
-NegPropExt.v
17
0 commit comments