Replace -Werror with ${WERROR} in pmcstudy

This commit is contained in:
imp 2019-08-25 22:06:26 +00:00
parent fa2e48bd3d
commit d660b252d4

View File

@ -4,7 +4,7 @@
PROG= pmcstudy
MAN= pmcstudy.8
SRCS= pmcstudy.c eval_expr.c
CFLAGS+= -Wall -Werror
CFLAGS+= -Wall ${WERROR}
BINDIR= /usr/bin