/froc-sanity2/Makefile
Makefile | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 478fb66ad511ebdcfd3ffa3fa869a24f MD5 | raw file
1OCAMLMAKEFILE=OCamlMakefile 2 3SOURCES = f.ml 4PACKS = froc 5RESULT = f 6ANNOTATE = yes 7DEBUG = yes 8 9-include $(OCAMLMAKEFILE)