commit 9b931cb8420ae64fc7a8b662866c658a84c7f25c
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Sun Oct 10 17:28:36 2021 +0000
diff --git a/Makefile b/Makefile
index 6eb6bf4..4931a5c 100644
--- a/Makefile
+++ b/Makefile
@@ -28 +28 @@ SOURCES ?= src/*.c
INCLUDEDIR ?= include
DEST ?= cscroll
-CFLAGS = -Wall -Wextra
-LIBS = -lncurses
+CFLAGS ?= -Wall -Wextra -pedantic
+LIBS ?= -lncurses
all: cscroll