From: Armaan Bhojwani Date: Thu, 6 May 2021 23:17:37 +0000 (-0400) Subject: Add -std=c99 to Makefile X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=0d15712f88bb96e0bde87b1d68eab864934cc893;hp=ddc99326eefe67aed83428bb031c526b3d59bc34 Add -std=c99 to Makefile --- 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}