We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5b01c commit c950a7fCopy full SHA for c950a7f
Makefile
@@ -26,6 +26,8 @@ clean:: # Clean-up project resources (main) @Operations
26
config:: _install-dependencies version # Configure development environment (main) @Configuration
27
(cd docs && make install)
28
29
+serve-docs:
30
+ (cd docs && make s)
31
version:
32
rm -f .version
33
make version-create-effective-file dir=.
0 commit comments