Reputation: 381
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?
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