summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-07-01 11:20:34 +0200
committerMC <mc@brain.hack.org>2010-07-01 11:20:34 +0200
commitf435409882978bedb6c84b4b166f744225897275 (patch)
tree422444d03103cbd8f7e73a169ba54353592dc7d2
parentd3b0cfbf7c2d1879938b425f4877c6275056a73a (diff)
downloadmcwm-f435409882978bedb6c84b4b166f744225897275.zip
Made static flags up to date.20100701
Bumped version.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9cb6ffa..96bf82d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=201000630
+VERSION=20100701
DIST=mcwm-$(VERSION)
DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c \
list.c list.h events.h mcwm.man
@@ -18,8 +18,8 @@ all: $(TARGETS)
mcwm: $(OBJS) config.h events.h Makefile
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
-mcwm-static: mcwm.c config.h
- $(CC) -o mcwm-static mcwm.c -static -g -std=c99 -Wall \
+mcwm-static: mcwm.c config.h events.h Makefile
+ $(CC) -o $@ $(OBJS) -static -g -std=c99 -Wextra -Wall \
-I/usr/local/include/ -L/usr/local/lib \
-lxcb -lxcb-keysyms -lxcb-icccm -lxcb-atom -lxcb-property \
-lxcb-event -lXau -lXdmcp