From 0b50f953a205d213cfa8a1feefeba556e242b407 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Sun, 9 Jun 2024 20:33:31 -0400 Subject: add debug task to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f729af1..31eeadd 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ build: cc *.c -Wall -Werror -o booki + +debug: + cc *.c -fsanitize=address -g -Wall -Werror -o booki -- cgit v1.2.3