X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=blobdiff_plain;f=Makefile;h=d3c131f6d66bd61311cd71e2e80a25b39a947e1c;hp=b1494caa722facd98cc9df22a497991f59427ed9;hb=HEAD;hpb=eda15081af0597c744776a4f945cb7e809fcd935 diff --git a/Makefile b/Makefile index b1494ca..d3c131f 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SRCS = parse.y doas.c env.c include config.mk -CFLAGS := -I. -Ilibopenbsd -O2 -Wall -Wextra ${OS_CFLAGS} ${CFLAGS} +CFLAGS := -I. -Ilibopenbsd -O2 -Wall -Wextra -std=c99 ${OS_CFLAGS} ${CFLAGS} all: ${PROG}