mirror of
https://github.com/jaywcjlove/reference
synced 2026-05-20 19:43:05 +00:00
Fix formatting of makefile variable explanation (#1027)
This commit is contained in:
@@ -269,7 +269,7 @@ a.md: b.md c.md
|
||||
|
||||
#### `$+`
|
||||
|
||||
`$^` 指代所有的前置条件,不会去除重复项
|
||||
`$+` 指代所有的前置条件,不会去除重复项
|
||||
|
||||
```makefile
|
||||
a.md: b.md c.md c.md
|
||||
|
||||
Reference in New Issue
Block a user