Closed palmskog closed 7 years ago
Adding the plus makes it possible to use the same "job server" in the submakefile when doing parallel compilation. The output from compilation without the pluses indicated that "-j1" was used instead of "-j3".
See here also: https://stackoverflow.com/questions/9147196/makefile-pass-jobs-param-to-sub-makefiles
Wild. Looks good to me, then!
Yet another makefile quality-of-life fix. This allows re-extracting OCaml files automatically whenever any Coq files they depend on are changed.