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 eee1077 commit 5b03d90Copy full SHA for 5b03d90
tests/Makefile
@@ -1,11 +1,11 @@
1
MAKE_OPTS:= --no-builtin-rules
2
3
.PHONY: submake
4
-submake: Makefile.coq
5
- $(MAKE) $(MAKE_OPTS) -f Makefile.coq $(MAKECMDGOALS)
+submake: Makefile.rocq
+ $(MAKE) $(MAKE_OPTS) -f Makefile.rocq $(MAKECMDGOALS)
6
7
-Makefile.coq: _CoqProject
8
- $(COQBIN)coq_makefile -f $< -o $@
+Makefile.rocq: _CoqProject
+ $(COQBIN)rocq makefile -f $< -o $@
9
10
%:: submake ;
11
0 commit comments