Skip to content

Commit

Permalink
Create a library called "Arg"
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed May 22, 2012
1 parent 73393b8 commit 5aab2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
all:
ocamlbuild -I src argExt.cma argExt.cmxa
ocamlbuild -I src arg.cma arg.cmxa

clean:
ocamlbuild -clean
3 changes: 3 additions & 0 deletions src/arg.mllib
@@ -0,0 +1,3 @@
ArgExt
FormatExt
SubCommand

0 comments on commit 5aab2da

Please sign in to comment.