Skip to content

Commit bbeb0d1

Browse files
Merge pull request #4966 from MicrosoftDocs/main638449338253333966sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents b2e947a + d4edd8e commit bbeb0d1

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)