# vscode_makefile_Demo **Repository Path**: AngryPanda_XYZ/vscode-makefile-demo ## Basic Information - **Project Name**: vscode_makefile_Demo - **Description**: Ubuntu系统下使用vscode作为IDE通过编写Makefile的方式实现对C++代码的编译,这里给出C++示例代码、开发环境vscode环境下的完整配置文件(.vscode/launch.json和.vscode/task.json)、以及编写的Makefile文件。 - **Primary Language**: C++ - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: https://www.cnblogs.com/devilmaycry812839668/p/16463609.html - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-07-10 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 不再维护的项目 ## README # vscode_makefile_Demo #### 介绍 Ubuntu系统下使用vscode作为IDE通过编写Makefile的方式实现对C++代码的编译,这里给出C++示例代码、开发环境vscode环境下的完整配置文件(.vscode/launch.json和.vscode/task.json)、以及编写的Makefile文件。 #### 具体使用 在Makefile开头的文件中任选一个去掉后缀名,并且修改文件名称为Makefile即可通过make命令进行编译。