From: Ian Jackson Date: Sat, 8 Mar 2014 17:27:23 +0000 (+0000) Subject: Add -std=gnu99 to Makefile X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=matchsticks-search.git;a=commitdiff_plain;h=82b2c16eaa1cfbc23e105c0a9f69cec3ed6337b4;ds=sidebyside Add -std=gnu99 to Makefile --- 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