Odin is nice.

This commit is contained in:
2024-01-21 23:38:02 -05:00
parent d0c016a355
commit 3b259f2893
13 changed files with 400 additions and 107 deletions

4
.vscode/launch.json vendored
View File

@ -8,9 +8,9 @@
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/<executable file>",
"program": "${workspaceFolder}/build/sectr_host.exe",
"args": [],
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}/build"
}
]
}