Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Hint: Recursive traversal of subdirectories was not enabled for this build,
  2. as the working directory does not look like an ocamlbuild project (no
  3. '_tags' or 'myocamlbuild.ml' file). If you have modules in subdirectories,
  4. you should add the option "-r" or create an empty '_tags' file.
  5.  
  6. To enable recursive traversal for some subdirectories only, you can use the
  7. following '_tags' file:
  8.  
  9. true: -traverse
  10. <dir1> or <dir2>: traverse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement