/server/Makefile
http://github.com/hhughes/ocaml-frui · Makefile · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · bda302359e62f3a88ccfc762a1cde70b MD5 · raw file
- OCAMLMAKEFILE=OCamlMakefile
- SOURCES = events.ml thread_state.ml dispatch.ml server.ml
- PACKS = unix json-wheel lwt cohttp cohttpserver
- RESULT = server
- ANNOTATE = yes
- DEBUG = yes
- -include $(OCAMLMAKEFILE)