summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-06-20 16:53:29 +0200
committerMC <mc@hack.org>2010-06-20 16:53:29 +0200
commit56fe73388e1575a0647c57dab6701a43d4393688 (patch)
treed9d7f429157a1b43046938d1a3423bd6f9837619 /Makefile
parent1282bf2c9007fc998b37e03dff75df515151648c (diff)
downloadmcwm-56fe73388e1575a0647c57dab6701a43d4393688.zip
Bump VERSION.20100620
-DDEBUG should not be default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d755aec..075c632 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=201000619
+VERSION=201000620
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