/froc-sanity2/Makefile

http://github.com/hhughes/ocaml-frui · Makefile · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 478fb66ad511ebdcfd3ffa3fa869a24f MD5 · raw file

  1. OCAMLMAKEFILE=OCamlMakefile
  2. SOURCES = f.ml
  3. PACKS = froc
  4. RESULT = f
  5. ANNOTATE = yes
  6. DEBUG = yes
  7. -include $(OCAMLMAKEFILE)