Skip to content

Commit

Permalink
chore: add message for successful initialization
Browse files Browse the repository at this point in the history
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 <pburckhardt@outlook.com>
  • Loading branch information
gunjjoshi authored Feb 28, 2024
1 parent 1154a11 commit ce5ea47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make/lib/init/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ include $(TOOLS_MAKE_LIB_DIR)/init/git_hooks.mk
# make init
#/
init: init-git-hooks init-eslint-plugins
@echo "Initialization Successful."

.PHONY: init

0 comments on commit ce5ea47

Please sign in to comment.