fix: did not name the project correctly

This commit is contained in:
2025-01-26 11:52:53 +01:00
parent cd9ee68c85
commit db4671e206
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"request": "launch", "request": "launch",
"program": "", "program": "",
"linux": { "linux": {
"program": "${workspaceFolder}/bin/linux-x86_64/sdl_template", "program": "${workspaceFolder}/bin/linux-x86_64/tetris_clone",
"preLaunchTask": "build linux-x86_64" "preLaunchTask": "build linux-x86_64"
}, },
"windows": { "windows": {

View File

@@ -1,4 +1,4 @@
NAME = sdl_template NAME := tetris_clone
# compiler settings # compiler settings
CC := clang CC := clang