Closed JasonGross closed 7 years ago
In particular, respecting COQBIN means that it won't create an invalid Makefile via the wrong coq_makefile. And using $(MAKE) will make parallel builds work.
Makefile
coq_makefile
$(MAKE)
In particular, respecting COQBIN means that it won't create an invalid
Makefile
via the wrongcoq_makefile
. And using$(MAKE)
will make parallel builds work.