Be honest about using C99
This commit is contained in:
parent
08ae25da22
commit
b3f3bc29a1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue