File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ ifeq (3.82,$(firstword $(sort $(MAKE_VERSION) 3.82)))
2
2
# stuff that requires make-3.82 or higher
3
3
undefine COQPATH
4
4
endif
5
- ifdef out
6
- PREFIX=${out}
7
- INSTALLOPT="--prefix=${PREFIX} --libdir ${OCAMLFIND_DESTDIR}"
5
+ ifeq ($(out ) ,)
6
+ else
7
+ PREFIX=$(out)
8
+ INSTALLOPT=--prefix=${PREFIX} --libdir ${OCAMLFIND_DESTDIR}
8
9
endif
9
10
10
11
all : rocq extraction_plugin extraction_ocaml_ffi plugin bootstrap
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
13
13
[make]
14
14
]
15
15
install: [
16
- [make "-j%{jobs}%" install]
16
+ [make "-j%{jobs}%" " install" ]
17
17
]
18
18
depends: [
19
19
"rocq-core" { >= "9.0" }
@@ -22,3 +22,9 @@ depends: [
22
22
"rocq-metarocq-erasure-plugin" { = "1.4+9.0" }
23
23
"malfunction" { >= "0.7" }
24
24
]
25
+ tags: [
26
+ "keyword:extraction"
27
+ "category:Miscellaneous/Rocq Extensions"
28
+ "date:2025-04-23"
29
+ "logpath:VerifiedExtraction"
30
+ ]
You can’t perform that action at this time.
0 commit comments