From 9e09cc1469963582a596258824df60889bcd79fa Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 6 Jan 2020 17:01:09 +1030 Subject: use std=c99 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index d12b76c..c818ff3 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ TARGET = generate LIBS = CC = gcc -CFLAGS = -g -Wall -Werror -Wno-unused-variable +CFLAGS = -std=c99 -g -Wall -Werror -Wno-unused-variable .PHONY: default all clean -- cgit v1.2.3