summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-08-03 21:52:43 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2010-08-03 21:52:43 +0200
commit8c32ff8b953b33add7cf2ff9a305801c87a9d8d4 (patch)
tree240673e89a9601593a8f80d361e8a1e0eea700df /Makefile
parentc6cef0c8bc481d3fe7f22baea8bf91716ed7f502 (diff)
downloadmcwm-8c32ff8b953b33add7cf2ff9a305801c87a9d8d4.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3f8c8ad..9e0a4dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=20100803-2
+VERSION=20100803-3
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