summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-11-12 07:43:58 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2010-11-12 07:43:58 +0100
commitfe58b138a535663c70127ab83d9f6365824b9478 (patch)
tree78633130eda41e383861dbfd4d84f205b1d4117e /Makefile
parent1941c1622b4c4d9ecd502abd5ef2dbc507dcc8e0 (diff)
downloadmcwm-fe58b138a535663c70127ab83d9f6365824b9478.zip
Bump.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9e0a4dc..dc0f387 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=20100803-3
+VERSION=20101101
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 -Wall -Wextra -I/usr/local/include #-DDEBUG #-DDMALLOC
LDFLAGS=-L/usr/local/lib -lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom # -ldmalloc
RM=/bin/rm