fix: lldb unable to connect to the program

This commit is contained in:
2025-02-12 17:10:18 +01:00
parent f755f76636
commit be3c796ec1
3 changed files with 22 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
NAME := tetris_clone
NAME := $(shell basename $(PWD))
# compiler settings
CC := clang