Skip to content

Commit 8f6f503

Browse files
Update init.mk
1 parent e1be408 commit 8f6f503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/init.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ clean:: # Remove all generated and temporary files (common) @Operations
5959
docs/diagrams/.*.dtmp \
6060
.version
6161

62-
config:: # Configure development environment (common) @Configuration
62+
_config: # Configure development environment (common) @Configuration
6363
make \
6464
githooks-config
6565

@@ -147,7 +147,7 @@ ${VERBOSE}.SILENT: \
147147
_install-dependencies \
148148
_install-dependency \
149149
clean \
150-
config \
150+
_config \
151151
githooks-config \
152152
githooks-run \
153153
help \

0 commit comments

Comments
 (0)