Skip to content

Commit a909010

Browse files
TaojunshenTylerMSFTprmerger-automator[bot]
authored
Fixes #3014 (#5221)
Co-authored-by: TylerMSFT <[email protected]> Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
1 parent edf8afa commit a909010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/description-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ In this example, UPDATE is a pseudotarget.
156156

157157
```makefile
158158
UPDATE : *.*
159-
!COPY $** c:\product\release
159+
COPY $** c:\product\release
160160
```
161161

162162
When UPDATE is evaluated, NMAKE copies all files in the current directory to the specified drive and directory.

0 commit comments

Comments
 (0)