From 26808815c81849f8c496257ed5037721ffbee781 Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 6 Oct 2023 23:42:05 +0200 Subject: [PATCH] make debug no longer builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7a50ae..f50d2a8 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ run: build r: run # same as run, but giving you a chance to configure the debugger/set breakpoints before running -debug: build +debug: gdb -- bin/$(project) d: debug