From 4383a651c733ac59cd00f193c5115567f6a72f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 13 Oct 2011 16:50:06 +0200 Subject: Strictly adhere to ANSI-C standard --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 260c43e..7622799 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -VERSION = git-20111012 +VERSION = git-20111013 CC = gcc -CFLAGS = -Wall -pedantic -O2 +CFLAGS = -ansi -Wall -pedantic -O2 LDFLAGS = LIBS = -lX11 -lImlib2 -- cgit v1.2.3