diff --git a/SLS_C/Makefile b/SLS_C/Makefile index 5ab1a65..fe8affe 100644 --- a/SLS_C/Makefile +++ b/SLS_C/Makefile @@ -1,9 +1,9 @@ # Makefile for SLS project with automatic header dependencies CC ?= gcc -CFLAGS ?= -std=c99 -Wall -Wextra -g -Iinclude -MMD -MP +CFLAGS ?= -std=c99 -Wall -Wextra -Werror -g -Iinclude -MMD -MP LDFLAGS ?= -CTESTFLAGS ?= -std=c99 -Wall -Wextra -Wno-unused-function -g -O0 -Iinclude -MMD -MP +CTESTFLAGS ?= -std=c99 -Wall -Wextra -Wno-unused-function -Werror -g -O0 -Iinclude -MMD -MP SRCDIR := src OBJDIR := obj