From 8f4af658ae484c3090dbd5b5b9b498943b3eb959 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 3 Feb 2011 10:15:01 +0100 Subject: Refactored, new files util.[ch], C89 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3