diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 7287b64..a0505b3 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,8 @@ BIN = rf VERSION = 0.0.5 OBJS = rf.o ignore.o config.o include/common/strl.o PREFIX = /usr/local -CC = cc INCLUDE += -Iinclude/common -CFLAGS = -std=c99 -pedantic -O2 \ +CFLAGS := -std=c99 -pedantic -O2 \ -Wall -Wextra -Wsign-compare \ -fstack-protector-strong -fpie \ -D_FORTIFY_SOURCE=2 \ |