Modified Makefile for Linux and updated Visual Studio project files for Linux support, Added infromation to README

This commit is contained in:
2025-03-23 20:59:25 +01:00
parent 5029165272
commit b993547e4e
6 changed files with 39 additions and 20 deletions

View File

@ -5,7 +5,7 @@
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "boat_sim",
"program": "${workspaceFolder}/./boat_sim",
"args": [],
"stopAtEntry": true,
"cwd": "${workspaceFolder}",