Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Use ocamlbuild to construct executable. Always run, ocamlbuild figures out freshness itself.
- .PHONY: _build/src/main.native
- _build/src/main.native: _tags
- ocamlbuild -use-ocamlfind src/main.native
- # This prevents ocamlbuild from emitting unhelpful "hints"
- _tags:
- touch $@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement