ocplib-json-typed: Makefile update for dune
We don't care as we're not using the Makefile directly but: dune: --dev is no longer accepted as it is now the default.
This commit is contained in:
parent
8012bdca65
commit
a10b7dc5b5
2
vendors/ocplib-json-typed/Makefile
vendored
2
vendors/ocplib-json-typed/Makefile
vendored
@ -1,5 +1,5 @@
|
|||||||
all:
|
all:
|
||||||
dune build @install @runtest --dev
|
dune build @install @runtest
|
||||||
|
|
||||||
install:
|
install:
|
||||||
dune install
|
dune install
|
||||||
|
Loading…
Reference in New Issue
Block a user