summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-07-21 10:29:24 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2010-07-21 10:29:24 +0200
commit82614a72c72125a339689cd2598e52dd368b119a (patch)
tree542d96be2b915fafadeddc569d924942b19c3863 /Makefile
parent97e77fc9151aff97d34292c2ed6f35acfdbbb618 (diff)
downloadmcwm-82614a72c72125a339689cd2598e52dd368b119a.zip
Removed --pedantic for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e70419c..8e2be79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=20100720
+VERSION=20100721
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 --pedantic -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