aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-28 08:34:16 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-28 08:34:16 +0200
commitfeae9f442000cf218c249e6e163e8b5137771857 (patch)
tree4244ae75d5c39e8442d65c9357d66bf91924f6b3 /Makefile
parentb9c8bbac74bb828eeae033a54c1f25d1711cf66a (diff)
downloadhanoi-feae9f442000cf218c249e6e163e8b5137771857.tar.gz
hanoi-feae9f442000cf218c249e6e163e8b5137771857.tar.bz2
hanoi-feae9f442000cf218c249e6e163e8b5137771857.zip
Added player controls
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