13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
|
(executable
|
||
|
(name tst)
|
||
|
(libraries tst_stub)
|
||
|
(modes shared_object))
|
||
|
|
||
|
(alias
|
||
|
(name install)
|
||
|
(deps tst%{ext_dll}))
|
||
|
|
||
|
(rule
|
||
|
(targets tst.ml)
|
||
|
(action
|
||
|
(write-file %{targets} "")))
|