Skip to content

Commit 5d09886

Browse files
committed
Update source docs
1 parent 0542167 commit 5d09886

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tools/make/lib/init/Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@
1818

1919
# DEPENDENCIES #
2020

21+
# Note: keep in alphabetical order...
2122
include $(TOOLS_MAKE_LIB_DIR)/init/eslint.mk
2223
include $(TOOLS_MAKE_LIB_DIR)/init/git_hooks.mk
2324

2425

2526
# RULES #
2627

27-
# Perform initialization tasks.
28+
#/
29+
# Performs initialization tasks, such as installing git hooks, installing custom ESLint plugins, etc.
2830
#
29-
# This target performs initialization tasks, such as installing git hooks, installing custom ESLint plugins, etc.
30-
31+
# @example
32+
# make init
33+
#/
3134
init: init-git-hooks init-stdlib-custom-eslint-plugins
3235

3336
.PHONY: init

0 commit comments

Comments
 (0)