aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Winston2024-06-09 20:33:31 -0400
committerBen Winston2024-06-09 20:33:31 -0400
commit0b50f953a205d213cfa8a1feefeba556e242b407 (patch)
tree54b3ea8c002688e5dbc751cad8e0fa6c9280f789 /Makefile
parent49dab2ed917700711fe7c80ff437c6f66cd07842 (diff)
add debug task to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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