Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit a4509c8

Browse files
committed
Add doc target in Makefile.
1 parent f05f547 commit a4509c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ build:
2525
test:
2626
$(JBUILDER) runtest
2727

28+
doc:
29+
$(JBUILDER) build @doc
30+
2831
install:
2932
$(JBUILDER) install
3033

@@ -45,4 +48,4 @@ realcleanall: cleanall
4548
rm -f bin/wcs
4649

4750

48-
.PHONY: all build test clean cleanall
51+
.PHONY: all build test doc clean cleanall

0 commit comments

Comments
 (0)