summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2018-07-18 02:25:09 -0700
committerJames R. Barlow <jim@purplerock.ca>2018-07-18 02:25:09 -0700
commit537fe6c5ae8285b807383767b10536a1a4fed33f (patch)
treea0148d060619c799f6e9501bdbd5f7049a8e939a /Makefile
parente3e9fef7735a86468eb2baa4e60b1c940dfa5fba (diff)
Makefile: add build docs command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ea6716a..f483ae9 100644
--- a/Makefile
+++ b/Makefile
@@ -54,3 +54,7 @@ cppcov: clean-coverage-cppcov build-cppcov pycov coverage/cppcov
.PHONY: coverage
coverage: cppcov pycov
+
+.PHONY: docs
+docs:
+ $(MAKE) -C docs html