Skip to content

Commit b33a9bd

Browse files
committed
fix Makefile and opam files
1 parent e649edb commit b33a9bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

coq-metacoq-common.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ authors: ["Abhishek Anand <[email protected]>"
2222
license: "MIT"
2323
build: [
2424
["bash" "./configure.sh"]
25-
[make "-j" "%{jobs}%" "common"]
25+
[make "-j" "%{jobs}%" "-C" "common"]
2626
]
2727
install: [
2828
[make "-C" "common" "install"]

coq-metacoq-template.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ authors: ["Abhishek Anand <[email protected]>"
2222
license: "MIT"
2323
build: [
2424
["bash" "./configure.sh"]
25-
[make "-j" "%{jobs}%" "template-coq"]
25+
[make "-j" "%{jobs}%" "-C" "template-coq"]
2626
]
2727
install: [
2828
[make "-C" "template-coq" "install"]

0 commit comments

Comments
 (0)