From 82afe8ee031daa17f9ab207d80612d1be35e8eb7 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" <pesco@khjk.org> Date: Mon, 3 Feb 2020 18:54:33 +0100 Subject: [PATCH] add -std=c99 to CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca85c7a..9ca9334 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -Wall -Werror +CFLAGS += -std=c99 -Wall -Werror # find our hammer build - adjust this to your needs # i have, for instance, symlinks: -- GitLab