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 e1be408 commit 8f6f503Copy full SHA for 8f6f503
scripts/init.mk
@@ -59,7 +59,7 @@ clean:: # Remove all generated and temporary files (common) @Operations
59
docs/diagrams/.*.dtmp \
60
.version
61
62
-config:: # Configure development environment (common) @Configuration
+_config: # Configure development environment (common) @Configuration
63
make \
64
githooks-config
65
@@ -147,7 +147,7 @@ ${VERBOSE}.SILENT: \
147
_install-dependencies \
148
_install-dependency \
149
clean \
150
- config \
+ _config \
151
githooks-config \
152
githooks-run \
153
help \
0 commit comments