Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Use ocamlbuild to construct executable. Always run, ocamlbuild figures out freshness itself.
  2. .PHONY: _build/src/main.native
  3. _build/src/main.native: _tags
  4. ocamlbuild -use-ocamlfind src/main.native
  5.  
  6. # This prevents ocamlbuild from emitting unhelpful "hints"
  7. _tags:
  8. touch $@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement