Skip to content

Commit bd176de

Browse files
author
mikeblome
committed
fixed punctuation
1 parent a325ee5 commit bd176de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/reference/creating-a-makefile-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Create a C++ makefile project in Visual Studio"
3-
ms.date: "05/16/2019"
3+
ms.date: "08/05/2019"
44
f1_keywords: ["vc.appwiz.makefile.project"]
5-
helpviewer_keywords: ["Makefile projects, creating", "project files [C++], Makefile projects"]
5+
helpviewer_keywords: ["Makefile projects [C++]"]
66
ms.assetid: dd077af3-97a8-48fb-baaa-cf7e07ddef61
77
---
88
# Create a C++ makefile project
99

10-
A *makefile* is a text file that contains instructions for how to compile and link (or *build*) a set of C++ source code files. A *make* program reads the makefile and invokes a compiler, linker and possibly other programs to make an executable file. Microsoft's implementation of the *make* program is called [NMAKE](nmake-reference.md);
10+
A *makefile* is a text file that contains instructions for how to compile and link (or *build*) a set of C++ source code files. A *make* program reads the makefile and invokes a compiler, linker and possibly other programs to make an executable file. Microsoft's implementation of the *make* program is called [NMAKE](nmake-reference.md).
1111

1212
If you have an existing makefile project, you have these choices if you want to code and/or debug it in the Visual Studio IDE:
1313

0 commit comments

Comments
 (0)