1
0
Fork 0
test/dll/dune

13 lines
200 B
Plaintext
Raw Permalink Normal View History

2019-04-13 11:47:57 +00:00
(executable
(name tst)
(libraries tst_stub)
(modes shared_object))
(alias
(name install)
(deps tst%{ext_dll}))
(rule
(targets tst.ml)
(action
(write-file %{targets} "")))