dmenu

Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
Log | Files | Refs | README | LICENSE

commit 4c7866ec55d284e8a29ca682ab79c11893a9cb6c
parent fe94aeb4686b62dd5c3505ebca4a1e1661740e53
Author: arg@10ksloc.org <unknown>
Date:   Mon,  7 Aug 2006 08:45:47 +0200

added stripping to dmenu target

Diffstat:
Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,6 +28,7 @@ config.h: dmenu: ${OBJ} @echo LD $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} + @strip $@ clean: @echo cleaning