Skip to content

Commit

Permalink
Add doc make target
Browse files Browse the repository at this point in the history
Kruhlmann committed Mar 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5a656e6 commit d6d3b39
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/ocaml/_doc.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.PHONY: docs
docs:
dune build @doc
1 change: 1 addition & 0 deletions make/ocaml/main.mk
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
all: build

include $(SELF_DIR)/_build.mk
include $(SELF_DIR)/_duild.mk
include $(SELF_DIR)/_install.mk
include $(SELF_DIR)/_lint.mk
include $(SELF_DIR)/_test.mk

0 comments on commit d6d3b39

Please sign in to comment.