From 71214ff1ca59593efc5057ea126e13a3f51018a4 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Tue, 20 Jul 2010 22:34:35 +0200 Subject: Use --pedantic. Bumped version. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6494b41..e70419c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -VERSION=20100719-2 +VERSION=20100720 DIST=mcwm-$(VERSION) SRC=mcwm.c list.c config.h events.h list.h DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC) CC=gcc -CFLAGS=-g -std=c99 -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC +CFLAGS=-g -std=c99 --pedantic -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom # -ldmalloc RM=/bin/rm -- cgit v1.2.3