From b7093a6f1cf386ba054523afed3ccfedfaf3ff76 Mon Sep 17 00:00:00 2001
From: Abdelrahman Said <said.abdelrahman89@gmail.com>
Date: Wed, 17 May 2023 00:07:46 +0100
Subject: [PATCH] Update Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 58f8c0f..8a6dd6a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC=clang
-CFLAGS=-g -Wall -Werror -pedantic
+CFLAGS=-g -Wall -Wextra -Werror -pedantic
 SRC=*.c
 OUT=main