diff options
author | Bert <ber.t@gmx.com> | 2011-02-03 10:15:01 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-03 10:15:01 +0100 |
commit | 8f4af658ae484c3090dbd5b5b9b498943b3eb959 (patch) | |
tree | 995810dbc295f16bc5438844cb9eafc8cd5b9864 /Makefile | |
parent | f5c125b3ee7ac6d718cf23ef3c7aaba90ce89ff8 (diff) |
Refactored, new files util.[ch], C89
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |