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