From 0faad4858ebf22f1d1dd7e61d0f5526dbc3e889e Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Sat, 5 Jun 2021 09:53:57 +0200 Subject: [PATCH] [v0.97] Little changes to Makefile as suggested by #79 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e91cee..6104d73 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -CC=gcc +CC ?= gcc -CFLAGS=-Wall -Wextra -Werror -pedantic -fstack-protector-all -pedantic -std=c99 +CFLAGS+=-Wall -Wextra -pedantic -fstack-protector-all -pedantic -std=c99 SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith PREFIX ?= /usr