aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba4a74b..b6d3c29 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> /o o \ #
# / v \ #
# Created: 2020/06/27 13:12:43 by charles / _ \ #
-# Updated: 2020/06/27 13:12:48 by charles '-----------' #
+# Updated: 2020/06/28 07:50:23 by charles '-----------' #
# #
# ############################################################################ #
@@ -22,7 +22,7 @@ SRC = $(shell find $(SRCDIR) -name "*.c")
OBJ = $(SRC:$(SRCDIR)/%.c=$(OBJDIR)/%.o)
CC = gcc
-CCFLAGS = -I$(INCDIR) -Wall -Wextra #-Werror
+CCFLAGS = -I$(INCDIR) -Wall -Wextra -Wpedantic #-Werror
LDFLAGS = -lncurses
NAME = hanoi