Skip to content

Commit 3b64238

Browse files
Merge pull request #5220 from TylerMSFT/github
Fixes #3014
2 parents 27cc7e7 + 592ab45 commit 3b64238

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)