Skip to content

Commit

Permalink
update Makefile + readme + obuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Jun 8, 2014
1 parent ffe110e commit 2128fc2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
all: build

build:
obuild build

install:
obuild install

uninstall:
ocamlfind remove mtl

configure:
obuild configure

test:
@echo TODO
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ocaml-mtl - A Monad Transformers Library for OCaml

This is a packaged up and slightly cleaned up version of the original "monads"
library that can be found [here](http://lambda.jimpryor.net/monad_library/).
1 change: 0 additions & 1 deletion mtl.obuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ obuild-ver: 1
library mtl
modules: Mtl
src-dir: lib
c-dir: ./

0 comments on commit 2128fc2

Please sign in to comment.