From b3f3bc29a1031c88533d1bd9e09a36946ac2481c Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Fri, 8 Feb 2013 22:07:48 +0100 Subject: Be honest about using C99 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 431a489..ef3bd79 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man CC = gcc -CFLAGS = -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB +CFLAGS = -std=c99 -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB LDFLAGS = -L$(PREFIX)/lib LIBS = -lX11 -lImlib2 -lgif -- cgit v1.2.3-54-g00ecf