diff --git a/.vscode/launch.json b/.vscode/launch.json index 797639f..86d8be9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,7 +7,7 @@ "request": "launch", "program": "", "linux": { - "program": "${workspaceFolder}/bin/linux-x86_64/sdl_template", + "program": "${workspaceFolder}/bin/linux-x86_64/tetris_clone", "preLaunchTask": "build linux-x86_64" }, "windows": { diff --git a/makefile b/makefile index a84ce23..4dad723 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -NAME = sdl_template +NAME := tetris_clone # compiler settings CC := clang