From 82b2c16eaa1cfbc23e105c0a9f69cec3ed6337b4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Mar 2014 17:27:23 +0000 Subject: [PATCH] Add -std=gnu99 to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c571d2..2b3faff 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 +CFLAGS += -Wall -Wwrite-strings -Wstrict-prototypes -g -O2 -std=gnu99 LC_CTYPE=C LDLIBS = -lpub -lglpk -- 2.30.2