Skip to content

Commit c2ce4fa

Browse files
committed
Enable CFLAGS (Wall, Werror, Wextra, g3)
1 parent 77c99d4 commit c2ce4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
NAME = minishell
22

33
# flags
4-
# CFLAGS = -Wall -Werror -Wextra
5-
# CFLAGS += -g3
4+
CFLAGS = -Wall -Werror -Wextra
5+
CFLAGS += -g3
66
# CFLAGS += -DMINIHISTFILEPATH="\"/.minishell_test_history\""
77

88
# NDEBUG is a macro that disables the debug prints - uncomment to disable them

0 commit comments

Comments
 (0)