Skip to content

Commit eface32

Browse files
committed
Add make tips as useful make target
By accident, I found the `make tips` target, which helped me to gain more insight on how to work with the system more quickly.
1 parent d5759a3 commit eface32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ To see a full list of options, run `./configure --help`.
122122

123123
Some common make targets are:
124124

125+
- `make tips` - show useful targets, variables and other tips for working with
126+
the build system.
125127
- `make rustc-stage1` - build up to (and including) the first stage. For most
126128
cases we don't need to build the stage2 compiler, so we can save time by not
127129
building it. The stage1 compiler is a fully functioning compiler and

0 commit comments

Comments
 (0)