Skip to content

Commit

Permalink
fix Makefile and opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Nov 1, 2023
1 parent 7d0a7a6 commit e577333
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

all: printconf template-coq pcuic safechecker erasure erasure-plugin
all: printconf template-coq pcuic safechecker erasure erasure-plugin safechecker-plugin quotation

-include Makefile.conf

Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-common.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authors: ["Abhishek Anand <[email protected]>"
license: "MIT"
build: [
["bash" "./configure.sh"]
[make "-j" "%{jobs}%" "common"]
[make "-j" "%{jobs}%" "-C" "common"]
]
install: [
[make "-C" "common" "install"]
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-template.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authors: ["Abhishek Anand <[email protected]>"
license: "MIT"
build: [
["bash" "./configure.sh"]
[make "-j" "%{jobs}%" "template-coq"]
[make "-j" "%{jobs}%" "-C" "template-coq"]
]
install: [
[make "-C" "template-coq" "install"]
Expand Down

0 comments on commit e577333

Please sign in to comment.