Skip to content

Commit 214c20b

Browse files
committed
Small fix and improve clarity
1 parent 3b42540 commit 214c20b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/makefile-usage.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Rules:
1111
Additional Options:
1212
- Activating verbose output
1313

14-
`export VERBOSE=true` && make [rules]
14+
`export VERBOSE=true && make [rules]`
1515

1616
Or:
1717

@@ -30,11 +30,11 @@ Additional Options:
3030

3131
- Add some options or flags to compiler
3232

33-
`make [rules] FLAGS[=<flags>]`
33+
`make compile FLAGS[=<flags>]`
3434

3535
Usage:
3636
$ make [rules] [...] [arguments]
37-
$ make [rules] VERBOSE[=<bool>] INCLUDE-SRC[=<bool>]
37+
$ make [rules] [VERBOSE[=<bool>] | INCLUDE-SRC[=<bool>]]
3838
$ make [rules] (LINT[=<bool>] | FLAGS[=<flags>])
3939

4040
Tips:

0 commit comments

Comments
 (0)