We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e79119 commit 9a7f5a5Copy full SHA for 9a7f5a5
tools/make/Makefile
@@ -105,19 +105,25 @@ include $(TOOLS_MAKE_LIB_DIR)/workshops/Makefile
105
106
# RULES #
107
108
+#/
109
# Default target.
110
#
-# This target is the default target.
111
-
+# @example
112
+# make
113
+#
114
115
+# make all
116
117
all: help
118
119
.PHONY: all
120
-# Perform clean-up.
121
122
+# Runs the project's cleanup sequence.
123
-# This target runs the project's cleanup sequence.
124
125
+# make clean
126
127
clean: clean-node clean-deps clean-cov clean-docs
128
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(BUILD_DIR)
129
$(QUIET) $(DELETE) $(DELETE_FLAGS) $(REPORTS_DIR)
0 commit comments