/server/Makefile

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

  1. OCAMLMAKEFILE=OCamlMakefile
  2. SOURCES = events.ml thread_state.ml dispatch.ml server.ml
  3. PACKS = unix json-wheel lwt cohttp cohttpserver
  4. RESULT = server
  5. ANNOTATE = yes
  6. DEBUG = yes
  7. -include $(OCAMLMAKEFILE)