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 6bde9fb commit aa98de3Copy full SHA for aa98de3
Makefile
@@ -23,7 +23,8 @@ clean:: # Clean-up project resources (main) @Operations
23
rm -f .version
24
# TODO: Implement project resources clean-up step
25
26
-config:: _install-dependencies version _config # Configure development environment (main) @Configuration
+config:: _install-dependencies version # Configure development environment (main) @Configuration
27
+ make _config
28
(cd docs && make install)
29
30
version:
0 commit comments