From cd929eabfeb5344b2f7c43555eea20fc15a7f1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 27 Dec 2012 16:34:51 +0100 Subject: Fixed issue #73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b55a65..193d415 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man CC = gcc -CFLAGS = -ansi -Wall -pedantic -O2 -I$(PREFIX) +CFLAGS = -Wall -pedantic -O2 -I$(PREFIX) LDFLAGS = -L$(PREFIX) LIBS = -lX11 -lImlib2 -lgif -- cgit v1.2.3