Refactored, new files util.[ch], C89

This commit is contained in:
Bert
2011-02-03 10:15:01 +01:00
parent f5c125b3ee
commit 8f4af658ae
8 changed files with 137 additions and 101 deletions

View File

@ -1,10 +1,10 @@
all: sxiv
VERSION=git-20110202
VERSION=git-20110203
CC?=gcc
PREFIX?=/usr/local
CFLAGS+= -std=c99 -Wall -pedantic -DVERSION=\"$(VERSION)\"
CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\"
LDFLAGS+=
LIBS+= -lX11 -lImlib2