summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-03 10:15:01 +0100
committerBert <ber.t@gmx.com>2011-02-03 10:15:01 +0100
commit8f4af658ae484c3090dbd5b5b9b498943b3eb959 (patch)
tree995810dbc295f16bc5438844cb9eafc8cd5b9864 /Makefile
parentf5c125b3ee7ac6d718cf23ef3c7aaba90ce89ff8 (diff)
downloadnsxiv-8f4af658ae484c3090dbd5b5b9b498943b3eb959.tar.zst
Refactored, new files util.[ch], C89
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ef4755..016224b 100644
--- a/Makefile
+++ b/Makefile
@@ -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