From a761abf2676cce6d63b5a5b94905b286a93472eb Mon Sep 17 00:00:00 2001 From: ame Date: Sat, 20 Apr 2024 01:23:13 -0500 Subject: working on mem saftey --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 53e7f2b..8dc9205 100644 --- a/makefile +++ b/makefile @@ -15,6 +15,9 @@ endif all: $(TARGET) +debug: CFLAGS += -g +debug: all + %.o: %.c $(CC) -c $< -o $@ $(CFLAGS) -- cgit v1.2.3