From abc9749f1e5bc23b8579e3dc13d236a303de3ef2 Mon Sep 17 00:00:00 2001 From: Ian Piumarta Date: Tue, 13 Jul 2021 17:49:19 +0900 Subject: [PATCH] add -g to cflags for debugging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7057ded..a974931 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall +CFLAGS = -Wall -g parse : parse.c