Fix #31
This commit is contained in:
Jeremie Dimino 2017-03-21 10:49:54 +00:00
parent 9a8483c615
commit a84e338436
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ Write this in your jbuild:
(rule
((targets (foo.ml))
(deps (foo.cppo.ml <other files that foo.ml includes>))
(rule (run ${bin:cppo} ${<} -o ${@}))))
(action (run ${bin:cppo} ${<} -o ${@}))))
#+end_src
* Defining a library with C stubs