summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2013-02-08 22:07:48 +0100
committerBert Münnich <ber.t@gmx.com>2013-02-08 22:07:48 +0100
commitb3f3bc29a1031c88533d1bd9e09a36946ac2481c (patch)
tree5144d5607681083c3af814f22f8ff5a7ef2629e7 /Makefile
parent08ae25da225d22a874b371d018e1942feef8a74e (diff)
downloadnsxiv-b3f3bc29a1031c88533d1bd9e09a36946ac2481c.tar.zst
Be honest about using C99
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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