mirror of https://github.com/0intro/wmii
Fix minor typo in last commit
This commit is contained in:
parent
b5ae71f549
commit
a215076fb4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue