diff options
author | Bert Münnich <ber.t@gmx.com> | 2013-02-08 22:07:48 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2013-02-08 22:07:48 +0100 |
commit | b3f3bc29a1031c88533d1bd9e09a36946ac2481c (patch) | |
tree | 5144d5607681083c3af814f22f8ff5a7ef2629e7 /Makefile | |
parent | 08ae25da225d22a874b371d018e1942feef8a74e (diff) |
Be honest about using C99
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |