diff --git a/Makefile b/Makefile index c38814f52bc61ea3f9bef2d9e5ccd803f6c18448..c40ab8753b1644132f46c490302d0d979528ff5d 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,5 @@ test: python3 -m csppfetch.test +html: + cd docs && make html