mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
proper deps in dune
This commit is contained in:
parent
29118df5f4
commit
a0a8954231
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(rule
|
(rule
|
||||||
((targets (run_qtest.ml))
|
((targets (run_qtest.ml))
|
||||||
(deps (make.bc))
|
(deps (make.bc (files_recursively_in ../src)))
|
||||||
;(libraries (qtest qcheck))
|
;(libraries (qtest qcheck))
|
||||||
(action
|
(action
|
||||||
(run ./make.bc -target ${@}))
|
(run ./make.bc -target ${@}))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue