Break code into modules.

Use ocamlbuild command to build cheesebot.
This commit is contained in:
Fabien Freling 2014-03-01 21:50:46 +01:00
parent 7732fdf877
commit ff69981a5c
7 changed files with 95 additions and 47 deletions

2
.gitignore vendored
View file

@ -13,3 +13,5 @@ cabal-dev
# OCaml
*.cmo
*.cmi
_build
*.native