Skip to content

Commit 3940450

Browse files
committed
Fix opam file
1 parent 896a1ae commit 3940450

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

opam

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ depends: [
1818
]
1919

2020
build: [
21-
["make" "setup"]
22-
["make"]
21+
[make]
2322
]
2423

25-
install: ["make" "install"]
26-
24+
install: [
25+
[make "setup"]
26+
[make "install"]
27+
]

0 commit comments

Comments
 (0)