summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMC <mc@brain.hack.org>2010-06-22 09:00:16 +0200
committerMC <mc@brain.hack.org>2010-06-22 09:00:16 +0200
commit786fbce792866844d50c07905b8163887460ca5b (patch)
treecf54aad07979f782678cbdc9f2a12012cdbce640 /Makefile
parent5753853b3f68b9f0c9da8a653df1b570f8756774 (diff)
downloadmcwm-786fbce792866844d50c07905b8163887460ca5b.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2a2af6..23f6ae0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=201000622
+VERSION=201000622-2
DIST=mcwm-$(VERSION)
DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c
CC=gcc
CFLAGS=-g -std=c99 -Wall -I/usr/local/include -L/usr/local/lib -lxcb \
- -lxcb-keysyms -lxcb-icccm -lxcb-atom #-DDEBUG
+ -lxcb-keysyms -lxcb-icccm -lxcb-atom -DDEBUG
RM=/bin/rm