diff options
| author | Ben Winston | 2024-06-09 20:33:31 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-06-09 20:33:31 -0400 |
| commit | 0b50f953a205d213cfa8a1feefeba556e242b407 (patch) | |
| tree | 54b3ea8c002688e5dbc751cad8e0fa6c9280f789 | |
| parent | 49dab2ed917700711fe7c80ff437c6f66cd07842 (diff) | |
add debug task to Makefile
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ build: cc *.c -Wall -Werror -o booki + +debug: + cc *.c -fsanitize=address -g -Wall -Werror -o booki |
