From 160977110e2773f033d03a0b7516e1af94c4da62 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 20 Jul 2023 19:30:46 -0500 Subject: [PATCH] Fix Makefile debugger command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b707ab4..7997bc8 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ run: install ${ENV_RUN} ${PROJECT_EXECUTABLE} .PHONY: debug debug: install - ${DEBUGGER} lldb -- ${PROJECT_EXECUTABLE} + ${DEBUGGER} ${PROJECT_EXECUTABLE}