5 lines
147 B
Makefile
5 lines
147 B
Makefile
|
doc : docs stringCodepointSplitter.ml
|
||
|
ocamlfind ocamldoc -package uutf -html -charset=utf-8 stringCodepointSplitter.ml -d docs
|
||
|
|
||
|
docs :
|
||
|
mkdir docs
|