diff options
author | MC <mc@hack.org> | 2010-07-01 11:20:34 +0200 |
---|---|---|
committer | MC <mc@brain.hack.org> | 2010-07-01 11:20:34 +0200 |
commit | f435409882978bedb6c84b4b166f744225897275 (patch) | |
tree | 422444d03103cbd8f7e73a169ba54353592dc7d2 /Makefile | |
parent | d3b0cfbf7c2d1879938b425f4877c6275056a73a (diff) | |
download | mcwm-f435409882978bedb6c84b4b166f744225897275.zip |
Made static flags up to date.20100701
Bumped version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |