Be honest about using C99

This commit is contained in:
Bert Münnich 2013-02-08 22:07:48 +01:00
parent 08ae25da22
commit b3f3bc29a1
1 changed files with 1 additions and 1 deletions

View File

@ -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