Skip to content

Commit d4edd8e

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/cpp-docs-pr (branch live)
2 parents b2e947a + a909010 commit d4edd8e

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)