Skip to content
Snippets Groups Projects
Commit f15d82e6 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel :turtle:
Browse files

Makefile: Add doc target to generate documentation

parent 4a20854e
No related branches found
No related tags found
No related merge requests found
.PHONY: all clean
.PHONY: all clean doc
all: setup.ml
ocaml setup.ml -build
......@@ -14,3 +14,6 @@ clean:
$(RM) -f _tags
$(RM) -f setup.data setup.ml
$(RM) -f myocamlbuild.ml
doc: setup.ml
ocaml setup.ml -doc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment