Modified Makefile for Linux and updated Visual Studio project files for Linux support, Added infromation to README
This commit is contained in:
2
linux/.vscode/launch.json
vendored
2
linux/.vscode/launch.json
vendored
@ -5,7 +5,7 @@
|
||||
"name": "(gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "boat_sim",
|
||||
"program": "${workspaceFolder}/./boat_sim",
|
||||
"args": [],
|
||||
"stopAtEntry": true,
|
||||
"cwd": "${workspaceFolder}",
|
||||
|
||||
Reference in New Issue
Block a user