From 850410ef9564b076a787b871fd6cf861d3dd37f5 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