diff --git a/projects/VSCode/.vscode/launch.json b/projects/VSCode/.vscode/launch.json index 04b385e3e..b65aa1c19 100644 --- a/projects/VSCode/.vscode/launch.json +++ b/projects/VSCode/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Debug", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/main", + "program": "${workspaceFolder}/game", "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}", diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 64d07f1db..b8c22ce30 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -180,6 +180,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) ifeq ($(PLATFORM_OS),LINUX) MAKE = make endif + ifeq ($(PLATFORM_OS),OSX) + MAKE = make + endif endif # Define compiler flags: