File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 107
107
#
108
108
# run `make nitty-gritty`
109
109
#
110
+ # # Make command examples
111
+ #
112
+ # ## Docs linked commands
113
+ #
114
+ # * make check-stage1-rustdocck: Builds rustdoc. It has the advantage to compile
115
+ # quite quickly since we're only using stage1
116
+ # executables.
117
+ # * make doc/error-index.md: Gets all doc blocks from doc comments and error
118
+ # explanations to put them in a markdown file. You
119
+ # can then test them by running
120
+ # "rustdoc --test error-index.md".
121
+ #
122
+ # And of course, the wonderfully useful 'make tidy'! Always run it before opening a pull request to rust!
123
+ #
110
124
# </tips>
111
125
#
112
126
# <nitty-gritty>
@@ -256,3 +270,9 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
256
270
CFG_INFO := $(info cfg: including ctags rules)
257
271
include $(CFG_SRC_DIR ) mk/ctags.mk
258
272
endif
273
+
274
+ .DEFAULT :
275
+ @echo " \n======================================================"
276
+ @echo " == If you need help, run 'make help' or 'make tips' =="
277
+ @echo " ======================================================\n"
278
+ exit 1
You can’t perform that action at this time.
0 commit comments