[v0.97] Little changes to Makefile as suggested by #79

This commit is contained in:
Dr-Noob
2021-06-05 09:53:57 +02:00
parent e22c2a8f3c
commit 0faad4858e

View File

@@ -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 SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith
PREFIX ?= /usr PREFIX ?= /usr