Skip to content

Commit ce5ea47

Browse files
authored
chore: add message for successful initialization
PR-URL: #1401 Closes: #1400 Adds a success message in the Makefile, which shows up on successful initialization of development environment. Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 1154a11 commit ce5ea47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/make/lib/init/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ include $(TOOLS_MAKE_LIB_DIR)/init/git_hooks.mk
3636
# make init
3737
#/
3838
init: init-git-hooks init-eslint-plugins
39+
@echo "Initialization Successful."
3940

4041
.PHONY: init

0 commit comments

Comments
 (0)