From feae9f442000cf218c249e6e163e8b5137771857 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 28 Jun 2020 08:34:16 +0200 Subject: Added player controls --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ba4a74b..b6d3c29 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: charles /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 -- cgit