File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
2- all : printconf template-coq pcuic safechecker erasure erasure-plugin
2+ all : printconf template-coq pcuic safechecker erasure erasure-plugin safechecker-plugin quotation
33
44-include Makefile.conf
55
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
2222license: "MIT"
2323build: [
2424 ["bash" "./configure.sh"]
25- [make "-j" "%{jobs}%" "common"]
25+ [make "-j" "%{jobs}%" "-C" " common"]
2626]
2727install: [
2828 [make "-C" "common" "install"]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
2222license: "MIT"
2323build: [
2424 ["bash" "./configure.sh"]
25- [make "-j" "%{jobs}%" "template-coq"]
25+ [make "-j" "%{jobs}%" "-C" " template-coq"]
2626]
2727install: [
2828 [make "-C" "template-coq" "install"]
You can’t perform that action at this time.
0 commit comments