Skip to content

Commit e71fc48

Browse files
author
Michał Kozakiewicz
authored
removed typo in macro
the asterisk was repeated incorrectly
1 parent 4eb5395 commit e71fc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/special-nmake-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Filename macros are predefined as filenames specified in the dependency (not ful
1717
|--|--|
1818
| **`$@`** | Current target's full name (path, base name, extension), as currently specified. |
1919
| **`$$@`** | Current target's full name (path, base name, extension), as currently specified. Valid only as a dependent in a dependency. |
20-
| **`$*`*** | Current target's path and base name minus file extension. |
20+
| **`$*`** | Current target's path and base name minus file extension. |
2121
| **`$**`** | All dependents of the current target. |
2222
| **`$?`** | All dependents with a later timestamp than the current target. |
2323
| **`$<`** | Dependent file with a later timestamp than the current target. Valid only in commands in inference rules. |

0 commit comments

Comments
 (0)