wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit a215076fb44e99295c0951bc7bfdc1727beadff7
parent b5ae71f549457ab71a9d1317456bad4275c3745c
Author: Kris Maglione <bsdaemon@wmii.de>
Date:   Tue, 27 Jun 2006 20:23:34 -0400

Fix minor typo in last commit


Diffstat:
cmd/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Makefile b/cmd/Makefile @@ -24,7 +24,7 @@ ${SRC:.c=}: ${SRC:.c=.o} ${X11SRC:.c=}: ${X11SRC:.c=.o} @echo LD $* - @${CC} -o $* $*.o ${LDFLAGS} ${X11LDFLAGS} + @${CC} -o $* $*.o ${X11LDFLAGS} # Solaris # @${CC} -o $* $*.o ${LDFLAGS} -lsocket