We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbb792 commit f534333Copy full SHA for f534333
1 file changed
Makefile
@@ -11,6 +11,8 @@ help:
11
@echo " clean-doc : remove doc build artifacts"
12
@echo " build : build package"
13
@echo " release : upload package to pypi"
14
+ @echo " build-docs : build documentation for local development"
15
+ @echo " deploy-docs : deploy documentation to GitHub Pages"
16
@echo " update-version: update NPLinker version (e.g. make update-version CURRENT_VERSION=0.1.0 NEW_VERSION=0.2.0)"
17
18
install-dev:
0 commit comments