user2980746
user2980746

Reputation: 381

How to set launch target in VSCode with a makefile?

I'm new to makefiles and was trying to get it working with vscode but I'm not sure how to set the launch target?

enter image description here

From what I understand when I press F5 vscode will start at the "all" rule in the makefile and then go to build and main which will build the main.exe? In vscode when I click on launch target nothing shows up.

Upvotes: 1

Views: 248

Answers (0)

Related Questions