summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-07-20 22:34:35 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2010-07-20 22:34:35 +0200
commit71214ff1ca59593efc5057ea126e13a3f51018a4 (patch)
treea22121ac584cd36fe12fec5403f5260bdb9898fd /Makefile
parent55e26bbabd05f29fdfcd97e91eca5ea11eb946cb (diff)
downloadmcwm-71214ff1ca59593efc5057ea126e13a3f51018a4.zip
Use --pedantic.
Bumped version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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