Skip to content

Commit 0250b1b

Browse files
author
Colin Robertson
authored
Update filename-macros.md (MicrosoftDocs#247)
Change escaping for asterisks to something that should render properly.
1 parent 6e3cf8d commit 0250b1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/filename-macros.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Filename macros are predefined as filenames specified in the dependency (not ful
1818
|-----------|-------------|
1919
|**$@**|Current target's full name (path, base name, extension), as currently specified.|
2020
|**$$@**|Current target's full name (path, base name, extension), as currently specified. Valid only as a dependent in a dependency.|
21-
|**$\***|Current target's path and base name minus file extension.|
22-
|**$\*\***|All dependents of the current target.|
21+
|**$***|Current target's path and base name minus file extension.|
22+
|**$****|All dependents of the current target.|
2323
|**$?**|All dependents with a later timestamp than the current target.|
2424
|**$<**|Dependent file with a later timestamp than the current target. Valid only in commands in inference rules.|
2525

@@ -33,4 +33,4 @@ Filename macros are predefined as filenames specified in the dependency (not ful
3333
|**R**|Drive plus directory plus base name|
3434

3535
## See Also
36-
[Special NMAKE Macros](../build/special-nmake-macros.md)
36+
[Special NMAKE Macros](../build/special-nmake-macros.md)

0 commit comments

Comments
 (0)